IgnoredAmbience / yahoo-group-archiver

Scrapes and archives a Yahoo groups email archives, photo galleries and file contents using the non-public API
MIT License
93 stars 46 forks source link

RFE: option to download in reverse order, like it used to be #93

Open ugcheleuce opened 4 years ago

ugcheleuce commented 4 years ago

An older script version, of a week or two ago, downloaded mails in reverse chronological order (i.e. starting from the most recent one), which I thought made a lot of sense, since the most recent messages are usually the ones that are more useful (compared to messages from 20 years ago).

Would it be possible to add a switch that performs that original kind of a download again? One should still be able to specify a start and/or stop message, e.g. start at message 1000, so then it downloads 1000, 999, 998, etc.