SmugMug-Downloader icon indicating copy to clipboard operation
SmugMug-Downloader copied to clipboard

Download all the images from a SmugMug user

Results 11 SmugMug-Downloader issues
Sort by recently updated
recently updated
newest added

First of all, thanks for this great script. It helped me download all the albums for my kid 😆 Made a few changes to the original code: - Authenticate with...

How do I designate a sub-album? Target SM user has a large album folder and I want to download an album / album tree inside the folder. I understand that...

* Use multiprocessing for significantly faster downloads that actually max out the available bandwidth * Add persistent caching using `diskcache` library to skip unnecessary requests (this is useful when downloading...

Hi there. How do I download albums that contains quote or double quotations in em. My current solution is to escape the quote with a backslash (\). Found this by...

Hi, I'm getting this error, using python3.7 Downloading album list...done. Creating output directories...done. Traceback (most recent call last): File "smdl.py", line 78, in desc=f"{fg('yellow')}{attr('bold')}{format_label('All Albums')}{attr('reset')}"): File "/Users/mathias/.pyenv/versions/3.7.1/envs/gpt/lib/python3.7/site-packages/tqdm/_tqdm.py", line 945, in...

Edit: I originally described this issue as "improper handling of duplicate filenames" but it also doesn't handle images with no filename. Somehow I have several galleries containing numerous images with...

Hi there. First - thanks for the script, useful. Idea - would it be possible to add a flag / function to only check changes (as in rsync) instead of...

I noticed they changed the way the site worked in the past year, now the sitemap doesn't show anything but everything is still there, do you know how it works...

Hi! Trying to download and get this almost right away:) ``` akol@TT112:~/smugmug/smdl/SmugMug-Downloader$ python3 ./smdl.py -s ... -u user... Downloading album list...done. Creating output directories...done. Traceback (most recent call last): File...

The preferred way to concatenate paths is `os.path.join()`. This works correctly on all filesystems. Sorry, I have too many changes to easily generate a diff. Rather than ``` album_path =...