mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-14 02:26:48 +01:00
[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
This commit is contained in:
parent
d9488f69c1
commit
0ba692acc8
5 changed files with 61 additions and 34 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue