andyjsmith / SmugMug-Downloader

Download all the images from a SmugMug user
47 stars 19 forks source link

minor changes: catch RequestException throughout, update docs for folders #24

Closed patrickxia closed 1 month ago

patrickxia commented 1 month ago

I got unlucky enough where get_json failed due to a request timeout. Add some resilience.

Also add documentation about how folders naively work. This is nice for accounts with hundreds of albums.

andyjsmith commented 1 month ago

Thanks! Resolves GH-21