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 01-31-2012, 08:05 PM   #1
iray1991
Junior Member
iray1991 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2012
Device: none
calibre internal APIs:max_articles_per_feed & oldest_article

I've Switched to Advanced mode and changed the settings from :

class AdvancedUserRecipe1327999270(BasicNewsRecipe):
title = u'\u4f59\u665f'
oldest_article = 365
max_articles_per_feed = 100
auto_cleanup = True

feeds = [(u'\u4f59\u665f', u'http://www.luanxiang.org/blog/feed')]

into:
class AdvancedUserRecipe1327999270(BasicNewsRecipe):
title = u'\u4f59\u665f'
oldest_article = 10000
max_articles_per_feed = 10000
auto_cleanup = True

feeds = [(u'\u4f59\u665f', u'http://www.luanxiang.org/blog/feed')]

But when I download the RSS again it turns out to be:

<urlopen error [Errno 10060] >


can you give more reference for me?Does that mean the API has a number limitation and we can't set it into any number which is lager?
iray1991 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
composite_formatter and eval_formatter APIs deprecated chaley Development 0 06-26-2011 09:53 AM
oldest_article questions lucina Recipes 2 06-08-2011 04:06 PM
Does the internal Calibre reader convert PDF files? dotancohen Calibre 4 02-03-2011 10:05 AM
calibre internal reader - more keyboard shortcuts ? cybmole Calibre 1 01-06-2011 08:47 AM
Calibre Internal Process While Updating Evilwarning Calibre 13 12-17-2010 04:26 PM


All times are GMT -4. The time now is 07:04 PM.


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