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

Images saved are currently significantly reduced in size #17

Closed grimman closed 8 years ago

grimman commented 8 years ago

Since the breakage and subsequent fix a week ago, the images downloaded by the script are now significantly smaller both in terms of size and dimensions.

I verified with this album (containing three images) by downloading manually and then with the script: https://imgur.com/a/zOzQn

album-comparison

alexgisby commented 8 years ago

Ah that's a feature, I'm just thinking about saving you all some hard drive space. ;)

Yeah, I've clearly screwed up how the script calculates the bigger image URL since the change, will have a look at that today.

Thanks for the report!

alexgisby commented 8 years ago

Yeah I added an 'h' where it wasn't wanted, meaning hi-res rather than full-res. Excellent spot!

Have committed to master, so give it a pull and a test and see if that fixes your problem.

grimman commented 8 years ago

Ran the script on the same album, and the files now match up to the very last byte. I'd say it was successful. :)

alexgisby commented 8 years ago

Excellent news! I'll close this off then! :)