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

Protocol relative and HTTPS support #4

Closed lemuelf closed 10 years ago

lemuelf commented 10 years ago

imguralbum.py no longer works because imgur changed the image URLs to make it protocol relative.

This pull request makes imguralbum.py work again, as well as adds support for https downloading of album images.

alexgisby commented 10 years ago

Lovely work @lemuelf! Thanks for your contribution, much appreciated.

lemuelf commented 10 years ago

Hey, no problem! Thanks for merging :)