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

Use about info to determine which sections to archive #29

Open d235j opened 4 years ago

d235j commented 4 years ago

The groupinfo (captured by archive_about) tells us which sections we have access to. We should use this to prevent attempting to archive sections that we don't have permissions for.

d235j commented 4 years ago

Might also be able to use ygPerms for this.