View Single Post
Old 04-17-2013, 11:22 AM   #4
josepinto
Connoisseur
josepinto began at the beginning.
 
Posts: 50
Karma: 10
Join Date: Apr 2005
Device: Nokia 5320
Quote:
Originally Posted by josepinto View Post
Hi,

Setting autocleanup to true cause several articles not to be downloaded.

Recipe changed:

class AdvancedUserRecipe1366025923(BasicNewsRecipe):
title = u'Lightspeed Magazine'
oldest_article = 31
max_articles_per_feed = 100
auto_cleanup = False
use_embedded_content = False
feeds = [(u'Lastest Stories', u'http://www.lightspeedmagazine.com/rss-2/')]
Reverted to previous version:
class AdvancedUserRecipe1366025923(BasicNewsRecipe):
title = u'Lightspeed Magazine'
oldest_article = 31
max_articles_per_feed = 100
auto_cleanup = True
use_embedded_content = False
feeds = [(u'Lastest Stories', u'http://www.lightspeedmagazine.com/rss-2/')][/QUOTE]

Only the last 50 articles are downloaded. Must be a limit imposed by the site.

José Pinto
josepinto is offline   Reply With Quote