From 0ba692acc8feffd46b6e1085fb4a2849b685945c Mon Sep 17 00:00:00 2001 From: pukkandan Date: Thu, 15 Jul 2021 22:49:59 +0530 Subject: [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 --- yt_dlp/extractor/common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'yt_dlp/extractor/common.py') 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. -- cgit v1.2.3