beaufour / flickr-download

Tool for downloading sets and photos from Flickr
Apache License 2.0
231 stars 65 forks source link

All files are saved as .jpg #24

Closed thyme676 closed 7 years ago

thyme676 commented 7 years ago

On version 2.17 all our files are saved as .jpg. Is there some flag that fixes this, and appends the correct filetype?

beaufour commented 7 years ago

To my knowledge Flickr converts all images to JPEGs, so even if you uploaded them as something else you'll still get them back as JPEGs. Unless you are downloading the originals. But if that is what you are doing, you are right then the script just stupidly appends .jpg to them too. I'll look at fixing that. But do note that it's only for the originals.

thyme676 commented 7 years ago

Thanks for the quick response! The file command shows the images downloaded by flickr-download are still the original file-type. I ran into an interesting issue where my image viewer would display some pngs (that were renamed to .jpg) but not others.

beaufour commented 7 years ago

This has been fixed in v0.2.18