In this particular case you will find that your RSS feed link only works ina browser, try fetching it with curl or some other non-browser tool and it returns a binary blob. So you will need to either adjust the http request used to fetch the feeds, which you can do by re-implementing the parse_feeds() function in your recipe.
|