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

Fetch ALL pictures in an album #22

Closed thiagohersan closed 4 years ago

thiagohersan commented 4 years ago

Default GET only returns first 20 pictures. This adds a loop to get 20 at a time until all are downloaded.

IgnoredAmbience commented 4 years ago

Thanks for reporting this bug, I'm going to fix this a slightly different way, to unify how pagination is done across all api calls.

IgnoredAmbience commented 4 years ago

Thanks for the contribution, I've rebased and merged this patch onto master. The wider refactor was taking too long.