How can i download thumbnails in png/jpg format?
See original GitHub issueChecklist
- I’m asking a question
- I’ve looked through the README and FAQ for similar questions
- I’ve searched the bugtracker for similar questions including closed ones
Question
Hello, I try to download the thumbnails files in png/jpg format but they are always downloaded by default in webp format. I’m inserting this code in cmd:
youtube-dl --write-thumbnail [URL playlist]
The files are downloaded directly to the computer in webp format
I tried to add -f:
youtube-dl -f --write-thumbnail [URL playlist]
But it still wouldn’t let me choose the format I wanted.
I know there’s an commend called:
--write-all-thumbnails
But I don’t understand why you can’t choose to download in jpg/png format
At the end of the day, it’s the same quality.
For example: https://i.ytimg.com/vi_webp/HOYDj769s6k/maxresdefault.webp
https://i.ytimg.com/vi/HOYDj769s6k/maxresdefault.jpg
It’s the same picture with a different extension.
I’ve seen a report on it before and it’s closed, but I didn’t understand the solution.
Can someone explain to me where I’m wrong?
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top GitHub Comments
Thanks guys!
I’ll check it out. Suggestion I Considered an Increase: Add an option to choose which format to download thumbnails as can be done with video I mean it:
youtube-dl -f 'bestvideo + bestaudio / bestvideo + bestaudio' --merge-output-format mp4 [URL]
And turn it into something like this:
youtube-dl.exe --write-thumbnail [ext = jpg/png] --skip-download --output "%(title)s.%(ext)s" [URL HERE]
Thank you very much bro you helped me! I did not even know that yt-dlp exists. Thanks