View Single Post
Old 05-29-2013, 10:41 AM   #58
tBunnyMan
Enthusiast
tBunnyMan began at the beginning.
 
tBunnyMan's Avatar
 
Posts: 39
Karma: 10
Join Date: Feb 2012
Location: Las Vegas, NV
Device: nook Simple GlowLight
Quote:
Originally Posted by madmaxmedia View Post
Thanks for all the work on this! One question- is it possibly to download articles in between oldest and newest? (for example, start at article #100 and download next 100 articles?)
Steve

So the jist of it is, instead of downloading every $NUMBER from the start (oldest) you want to grab $NUMBER from the end (latest)?
If that's all you want you can set
Code:
sort_method = 'newest'
and
Code:
max_articles_per_feed = 100
.

If there is a more arbitrary chunk of articles you want to grab it's possible but will take some custom code so I will need a specific example of what you want.
tBunnyMan is offline   Reply With Quote