View Single Post
Old 02-13-2011, 09:06 PM   #1
wilderf3353
Junior Member
wilderf3353 will become famous soon enoughwilderf3353 will become famous soon enoughwilderf3353 will become famous soon enoughwilderf3353 will become famous soon enoughwilderf3353 will become famous soon enoughwilderf3353 will become famous soon enoughwilderf3353 will become famous soon enough
 
Posts: 4
Karma: 748
Join Date: Jan 2011
Device: Kindle 3
Having trouble getting complete article for Reading Eagle

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?
wilderf3353 is offline   Reply With Quote