andyjsmith / SmugMug-Downloader

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

Make downloading faster and more efficient #12

Open ZeevoX opened 2 years ago

ZeevoX commented 2 years ago

NB: I made these changes to the code for myself, and only later thought of submitting a pull request. Perhaps this does not fit with the author's vision of the project and that is absolutely fine. I leave it here for those interested users with a similar use-case to mine.

ohare93 commented 2 years ago

Can confirm: works like a charm :+1:

ohare93 commented 2 years ago

[I would raise this as an issue on your repo @ZeevoX but it seems that issues are not enabled]

Though the caching needs a bit of work and can be confusing. I ran it without the session cookie the first time, to see what it could see publicly. After adding the session key it still only found the same public albums (due to the caching). Deleting the cache folder solved this, but it was rather confusing.