Hello All,
I have created a Catholic News recipe with the following code:
Code:
class AdvancedUserRecipe1271893782(BasicNewsRecipe):
title = u'Catholic News'
oldest_article = 7
max_articles_per_feed = 100
feeds = [(u'Top Stories', u'http://feedity.com/rss.aspx/catholicnews-com/UVNXUVU'), (u'Vatacan', u'http://feedity.com/rss.aspx/catholicnews-com/VVdQUFM'), (u'Movie Reviews', u'http://feedity.com/rss.aspx/catholicnews-com/VVRTW1Q')]
It seems to work fine......but when I see it on my prs700 it shows the different topics, but check I click them I get a page that says "this Article was downloaded by calibre from http://www.catholicnews.com/........"
I was hoping to have the feed d/l the actual article........It there something I need to do to have the feed include the actual articles?
Thanks in advance for any help.