I've got a new Kindle and am hoping to use Calibre to fetch blogs. I've tried creating custom news sources to go back 365 days and grab up to 100 posts. In all 3 that I've tried it only goes back to the last 10 posts. Essentially all 3 recipes look like this:
class AdvancedUserRecipe1290235764(BasicNewsRecipe):
title = u'Punk Rock OR'
oldest_article = 365
max_articles_per_feed = 100
feeds = [(u'Punk Rock OR', u'http://punkrockor.wordpress.com/feed/')]
The other two site had these URLs:
http://mat.tepper.cmu.edu/blog/?feed=rss2
http://greenor.wordpress.com/feed/
I'm guessing that I'm missing something obvious, but I don't see it from the other recipes or the part of the manual that I can understand. Any pointers (or solutions) will be appreciated.
Also, after the initial use, will Calibre grab only new posts, or will it grab the most recent X posts even if some were grabbed earlier. This has me a bit confused, too.
Thanks in advance--