ribbons / RadioDownloader

An easy to use application for managing podcast subscriptions and downloads.
https://nerdoftheherd.com/tools/radiodld/
GNU General Public License v3.0
15 stars 11 forks source link

Programme or episode info can be fetched without an error for podcasts without the itunes namespace. #188

Closed ribbons closed 11 years ago

ribbons commented 11 years ago

Original report from Matt Robinson at 20:02:49 on 2012-10-14

As part of the fix for issue #172 I changed the behaviour of the podcast provider to use itunes:summary tags in preference to the channel and item description nodes as the itunes:summary tag is plain text rather than html.

However what the change didn't take in to account was that SelectSingleNode throws an exception if a prefix being used in the xpath isn't defined, so an error occurs when trying to fetch programme or episode information from a podcast feed without the itunes namespace defined.


Imported from Bug 713 in the NerdoftheHerd.com Bugzilla.

ribbons commented 11 years ago

Original comment from Matt Robinson at 19:55:27 on 2012-10-15

Fixed in 96f1f06.