Hi--
I'm enjoying using Calibre to fetch RSS, but would like to include the feed from the In Vivo blog, a pharma industry report. The default settings work pretty well (they get the content fine), but in parsing the articles, the URL is put on its own line. For example, if the line in the article is "Here is
a link to an article," it appears on my Kindle (and in the Calibre-generated file on my computer) as:
Here is
a link
to an article.
My other feeds work fine. Can someone tell me how to modify the recipe to fix this?
Blog URL:
http://invivoblog.blogspot.com/
RSS feed:
http://feeds2.feedburner.com/invivoblog
The current recipe is
Code:
class AdvancedUserRecipe1322365411(BasicNewsRecipe):
title = u'Pharma News'
oldest_article = 1
max_articles_per_feed = 100
auto_cleanup = True
no_stylesheets = True
feeds = [(u'In Vivo Blog', u'http://feeds2.feedburner.com/invivoblog')]
Thanks!
--Mike