|
|
#1 |
|
Junior Member
![]() 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? |
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| composite_formatter and eval_formatter APIs deprecated | chaley | Development | 0 | 06-26-2011 10:53 AM |
| oldest_article questions | lucina | Recipes | 2 | 06-08-2011 05:06 PM |
| Does the internal Calibre reader convert PDF files? | dotancohen | Calibre | 4 | 02-03-2011 11:05 AM |
| calibre internal reader - more keyboard shortcuts ? | cybmole | Calibre | 1 | 01-06-2011 09:47 AM |
| Calibre Internal Process While Updating | Evilwarning | Calibre | 13 | 12-17-2010 05:26 PM |