alexgisby / imgur-album-downloader

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

Added list unification #33

Open Demnogonis opened 7 years ago

Demnogonis commented 7 years ago

The regex was pulling each image ID twice from the HTML result, resulting in each image being downloaded twice.