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

Allow mobile links to be valid #7

Closed Rapptz closed 10 years ago

Rapptz commented 10 years ago

Extremely simple patch. This makes it so mobile links are valid and can be downloaded.

e.g. http://m.imgur.com/a/NMauG used to be invalid but now it's valid and able to be downloaded.

alexgisby commented 10 years ago

Super patch, thanks a lot!