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

404 errors to be treated as non-recoverable #64

Closed IgnoredAmbience closed 4 years ago

IgnoredAmbience commented 4 years ago

404 errors should be assumed non-recoverable, and not trigger the slow retry loop.

?.jpg on the archive-test group is a good example of this, as it even defeats the Neo ui.

IgnoredAmbience commented 4 years ago

404 images are triggering the alternative version retry loop, and no further ones, as intended.