]> jfr.im git - yt-dlp.git/commit - yt_dlp/extractor/youtube.py
Do not verify thumbnail URLs by default
authorpukkandan <redacted>
Mon, 18 Oct 2021 09:53:42 +0000 (15:23 +0530)
committerpukkandan <redacted>
Mon, 18 Oct 2021 10:14:47 +0000 (15:44 +0530)
commite820fbaa6ff41625b6f4d8453253883b86bf9ca4
tree8f564e90c71d1b69236a52e6a904cc23235ca6a0
parentb11d210156f083f23e1bce284192314e54e4047a
Do not verify thumbnail URLs by default

Partially reverts cca80fe6110653582e8c8a8d06490b4028ffd755 and 0ba692acc8feffd46b6e1085fb4a2849b685945c

Unless `--check-formats` is specified, this causes yt-dlp to return incorrect thumbnail urls.
See https://github.com/yt-dlp/yt-dlp/issues/340#issuecomment-877909966, #402

But the overhead in general use is not worth it

Closes #694, #725
yt_dlp/YoutubeDL.py
yt_dlp/extractor/common.py
yt_dlp/extractor/youtube.py