Quote:
Originally Posted by kiklop74
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?