Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 04-15-2013, 07:43 AM   #1
josepinto
Connoisseur
josepinto began at the beginning.
 
Posts: 50
Karma: 10
Join Date: Apr 2005
Device: Nokia 5320
Lightspeed Magazine

New recipe:

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

José Pinto
josepinto is offline   Reply With Quote
Old 04-15-2013, 07:55 AM   #2
josepinto
Connoisseur
josepinto began at the beginning.
 
Posts: 50
Karma: 10
Join Date: Apr 2005
Device: Nokia 5320
Changes in oldest article date

in order to download full month at the end of each month:

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/')]


José Pinto
josepinto is offline   Reply With Quote
Advert
Old 04-17-2013, 11:11 AM   #3
josepinto
Connoisseur
josepinto began at the beginning.
 
Posts: 50
Karma: 10
Join Date: Apr 2005
Device: Nokia 5320
More changes

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/')]
josepinto is offline   Reply With Quote
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
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Magazine-like PDF viewer (like the flash magazine viewer on certain sites?)? Huyggy Reading and Management 6 12-12-2013 04:35 AM
? about magazine cjrenick Barnes & Noble NOOK 8 12-29-2010 12:01 PM
The Magazine is Dead. Long Live the Magazine! kennyc News 17 11-01-2010 12:36 PM
Lightspeed Magazine weateallthepies Deals and Resources (No Self-Promotion or Affiliate Links) 0 06-03-2010 11:40 AM
Magazine FREEBIES - HUB magazine: Weekly Tales of SF Dr. Drib Deals and Resources (No Self-Promotion or Affiliate Links) 3 11-07-2009 12:07 PM


All times are GMT -4. The time now is 10:52 AM.


MobileRead.com is a privately owned, operated and funded community.