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

Should download high-resolution versions of images #5

Closed nodiscc closed 10 years ago

nodiscc commented 10 years ago

Hi, running the script on albums (example http://imgur.com/a/lNSXn) actually downloads low-res versions of the pictures. For example it fetches http://i.imgur.com/5SYec4Fh.jpg (notice the h.jpg suffix) when it should download http://i.imgur.com/5SYec4F.jpg

Can we get it to download hi-res versions?

alexgisby commented 10 years ago

Hey nodiscc,

Very interesting observation, I hadn't spotted that myself. Can't see why it couldn't fetch the highest res possible, will have a play when I get home from work and see what I can do.

Gorgeous album of space porn btw ;)

Alex

alexgisby commented 10 years ago

All fixed now nodiscc, thanks for the bug report!

nodiscc commented 9 years ago

Hey @alexgisby I just noticed you fixed this (your reply never showed up in my github inbox). Thanks!

alexgisby commented 9 years ago

No problem at all, thanks for reporting the issue :)