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.
Here is my recipe:
Code:
class AdvancedUserRecipe1297542834(BasicNewsRecipe):
title = u'Reading Eagle'
use_embedded_content = True
oldest_article = 7
max_articles_per_feed = 100
remove_javascript = True
no_stylesheets = True
remove_empty_feeds = True
feeds = [
(u'local news', u'http://readingeagle.com/feeds/all/newsrss.xml'),
]
Can someone either point me to an example that will help me solve this problem or help me fix the above recipe?