jtara1 / imgur_downloader

Python script/class to download an entire Imgur album in one go into a folder of your choice.
MIT License
40 stars 7 forks source link

using class save_images(path) will always save to cwd if single image #13

Closed Mycah closed 7 years ago

Mycah commented 7 years ago

Using save_images(path) in a class, if the imgur url is a single image it will save in the path the script is being run from instead of path

It works as defined if there are multiple images in the album.

rachmadaniHaryono commented 7 years ago

hi @Mycah , i have made pr to fix this, can you try if this fix program behaviour. thank you

Mycah commented 7 years ago

Works great now, thanks!