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

How to resume process after it stalled halfway #98

Closed Sadi58 closed 4 years ago

Sadi58 commented 4 years ago

Thanks to this script I've begun archiving my Yahoo group, but it stalled at some point (while downloading message (and or attachment) 32757 of 45312. As it already took some hours to come to that point, I'd like to resume from there hopefully completing messages and then moving on to photos, etc. Is this possible at all?

IgnoredAmbience commented 4 years ago

To fetch a subset of emails, you can add the options --email --start messageid replacing messageid with the message id of where it got to.

To fetch only the other types of content, explicitly specify the types required on the command line, eg: -at -f -i -p will get attachments, files, images, polls. The full list of options can be seen with --help.