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

refactor out code to more specific archive_* functions #40

Closed IgnoredAmbience closed 4 years ago

IgnoredAmbience commented 4 years ago

Currently we have lots of archive_things which have mixed focuses. Refactor these into chains of simpler archive_thing(id) functions.

We then also get an easier path to selective archival, for ad-hoc testing from the command line or resumption(?) for free.

dossy commented 4 years ago

Honestly, since Y! Groups is going away, there's no real reason to create more abstractions - ultimately in a few months, this code will be obsolete and no longer usable, anyway.

IgnoredAmbience commented 4 years ago

Will do it as and when needed for feature support.