alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
6.76k stars 421 forks source link

Feature request: Download only thumbnail #98

Open 1RandomDev opened 2 years ago

1RandomDev commented 2 years ago

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.

PikuZheng commented 2 years ago

try this modify https://github.com/PikuZheng/metube/commit/63294bfe89c8d53a5119dc0996016fa04e148e22 It works but still a lot of work to be done