View Single Post
Old 11-25-2011, 09:12 PM   #5
davidnye
Member
davidnye began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Aug 2011
Device: Nook
Quote:
Originally Posted by wilderf3353 View Post
I apologize in advance if this has been discussed -- I couldn't find it.

Here is the RSS Feed: http://readingeagle.com/feeds/all/newsrss.xml

I only get the first few lines of each article.
While I was trying to make some headway on my problem I was able to fix yours using print_version. Try:

Code:
class AdvancedUserRecipe1297542834(BasicNewsRecipe):
    title          = u'Reading Eagle'
    oldest_article = 7
    max_articles_per_feed = 100
    remove_empty_feeds  = True
    auto_cleanup = True

    feeds          = [
			(u'local news', u'http://readingeagle.com/feeds/all/newsrss.xml'), 
		     ]

    def print_version(self,url):
        return url + '#'
David
davidnye is offline   Reply With Quote