diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-07-15 22:49:59 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-07-20 02:42:11 +0530 |
commit | 0ba692acc8feffd46b6e1085fb4a2849b685945c (patch) | |
tree | 066f255d3e5810cf7a812cd13283cf730853db4c /yt_dlp/extractor/common.py | |
parent | d9488f69c111c70e46dbe94773ff3b34c08b0298 (diff) | |
download | hypervideo-pre-0ba692acc8feffd46b6e1085fb4a2849b685945c.tar.lz hypervideo-pre-0ba692acc8feffd46b6e1085fb4a2849b685945c.tar.xz hypervideo-pre-0ba692acc8feffd46b6e1085fb4a2849b685945c.zip |
[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
Diffstat (limited to 'yt_dlp/extractor/common.py')
-rw-r--r-- | yt_dlp/extractor/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py index 0ee7ee3b1..a6fc5d11a 100644 --- a/yt_dlp/extractor/common.py +++ b/yt_dlp/extractor/common.py @@ -229,6 +229,7 @@ class InfoExtractor(object): * "resolution" (optional, string "{width}x{height}", deprecated) * "filesize" (optional, int) + * "_test_url" (optional, bool) - If true, test the URL thumbnail: Full URL to a video thumbnail image. description: Full video description. uploader: Full name of the video uploader. |