andrscrrn / tumblr-lks-downldr-cli

Command line interface for the tumblr-lks-downldr module.
MIT License
24 stars 2 forks source link

Batch downloads (download with ~ranges) #5

Open ghost opened 8 years ago

ghost commented 8 years ago

Is it possible to give a range and only that range be downloaded?

andrscrrn commented 8 years ago

@sun10384 what kind of range you would expect? by days, post number or timestamp? I've been thinking about implementing this feature in a few different ways.

ghost commented 8 years ago

Think numbering would be ideal. Say likes 1000-2000 for example. By days would also be convenient days 60-180 for instance. Thanks for responding!

oxomoto commented 8 years ago

any update on adding this feature?

andrscrrn commented 8 years ago

So, there are two ways of implementing this.

When using the offset parameter the maximum limit on the offset is 1000. If you would like to get more results than that use either before or after.

So we obviously want to avoid that limitation and get more and more liked posts.

What you guys are describing is to extend that functionality. We can even start using the after parameter to get posts after a specific date.