I'd really like an option to only download the thumbnail of a video in the format dropdown menu. The download itself can be achieved by adding the options writethumbnail:true and skip_download:true to yt-dlp, but then the .webp file has to be converted to a more usable format with ffmpeg.
I'd really like an option to only download the thumbnail of a video in the format dropdown menu. The download itself can be achieved by adding the options
writethumbnail:true
andskip_download:true
to yt-dlp, but then the .webp file has to be converted to a more usable format with ffmpeg.