]> jfr.im git - yt-dlp.git/commit - yt_dlp/extractor/youtube.py
[youtube] Extract more thumbnails
authorpukkandan <redacted>
Thu, 15 Jul 2021 17:19:59 +0000 (22:49 +0530)
committerpukkandan <redacted>
Mon, 19 Jul 2021 21:12:11 +0000 (02:42 +0530)
commit0ba692acc8feffd46b6e1085fb4a2849b685945c
tree066f255d3e5810cf7a812cd13283cf730853db4c
parentd9488f69c111c70e46dbe94773ff3b34c08b0298
[youtube] Extract more thumbnails

* The thumbnail URLs are hard-coded and their actual existence is tested lazily
* Added option `--no-check-formats` to not test them

Closes #340, Related: #402, #337, https://github.com/ytdl-org/youtube-dl/issues/29049
README.md
yt_dlp/YoutubeDL.py
yt_dlp/extractor/common.py
yt_dlp/extractor/youtube.py
yt_dlp/options.py