View Single Post
Old 04-21-2010, 07:57 PM   #1
funkgut
Member
funkgut began at the beginning.
 
funkgut's Avatar
 
Posts: 10
Karma: 10
Join Date: Oct 2006
Device: SONY PRS-700, GEB 1150
Catholic News Recipe Problem

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.
funkgut is offline   Reply With Quote