yt-dlp/yt_dlp
pukkandan e820fbaa6f
Do not verify thumbnail URLs by default
Partially reverts cca80fe611 and 0ba692acc8

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
2021-10-18 15:44:47 +05:30
..
downloader [fragments] Pad fragments before decrypting (#1298) 2021-10-18 08:14:20 +05:30
extractor Do not verify thumbnail URLs by default 2021-10-18 15:44:47 +05:30
postprocessor [EmbedMetadata] Allow overwriting all default metadata 2021-10-18 10:31:56 +05:30
__init__.py [cleanup] Misc cleanup 2021-10-09 22:32:00 +05:30
__main__.py [cleanup] Point all shebang to python3 (#372) 2021-06-06 00:59:04 +05:30
aes.py [aes] Improve performance slightly (#1135) 2021-10-03 00:20:39 +05:30
cache.py [docs,cleanup] Some minor refactoring and improve docs 2021-09-30 03:32:52 +05:30
compat.py Improved progress reporting (See desc) (#1125) 2021-10-09 00:41:59 +05:30
cookies.py [cookies] Fix keyring fallback (#1078) 2021-09-25 21:04:16 +05:30
jsinterp.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
minicurses.py [minicurses] Fix when printing to file 2021-10-10 09:31:59 +05:30
options.py Fix verbose head not showing custom configs 2021-10-12 15:21:31 +05:30
socks.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
swfinterp.py.disabled [cleanup] Mark unused files 2021-06-06 00:59:04 +05:30
update.py [update] Clean up error reporting 2021-10-11 09:58:24 +05:30
utils.py [utils] Use importlib to load plugins (#1277) 2021-10-18 07:16:49 +05:30
version.py [version] update 2021-10-10 04:03:13 +00:00
webvtt.py [WebVTT] Adjust parser to accommodate PBS subtitles (#922) 2021-09-08 16:10:10 +05:30
YoutubeDL.py Do not verify thumbnail URLs by default 2021-10-18 15:44:47 +05:30