View Single Post
Old 07-03-2009, 10:41 AM   #579
JIGACE
Member
JIGACE began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jul 2008
Device: EZ Reader Pocket Pro
Quote:
Originally Posted by kiklop74 View Post
See this image how to start recipe



After that click on the 'Switch to advanced mode' and add these two lines:

Code:
    use_embedded_content  = True
    encoding                      = 'utf-8'
So the result should be something like this:

Code:
class AdvancedUserRecipe1246622332(BasicNewsRecipe):
    title          = u'Globalicious'
    oldest_article = 15
    max_articles_per_feed = 100
    use_embedded_content  = True
    encoding              = 'utf-8'
    feeds          = [(u'All articles', u'http://globaliciousworld.blogspot.com/feeds/posts/default?alt=rss')]
That is all
Thanks man, it work, but doesn't download all the posts... i donīt know why... could it be the feed? so far it only downloads about a month of posts... is there a way to download the page and not the feed?
JIGACE is offline