andyjsmith / SmugMug-Downloader

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

No albums were found #1

Closed michaelrogalewski closed 4 years ago

michaelrogalewski commented 4 years ago

The last few days I am getting this for every user I try:

"No albums were found for the user (username). The user may not exist or may be password protected."

Tried for multiple users and they were definitely working a week ago

monhee commented 4 years ago

I'm seeing the same problem. It seems smugmug has changed the html structure causing the web scraper to miss the albums.

andyjsmith commented 4 years ago

Issue should be fixed. There was a slight change in the response format, just an additional element that was being selected instead of the proper JSON response.