aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/common.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-10-18 15:23:42 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-10-18 15:44:47 +0530
commite820fbaa6ff41625b6f4d8453253883b86bf9ca4 (patch)
tree8f564e90c71d1b69236a52e6a904cc23235ca6a0 /yt_dlp/extractor/common.py
parentb11d210156f083f23e1bce284192314e54e4047a (diff)
downloadhypervideo-pre-e820fbaa6ff41625b6f4d8453253883b86bf9ca4.tar.lz
hypervideo-pre-e820fbaa6ff41625b6f4d8453253883b86bf9ca4.tar.xz
hypervideo-pre-e820fbaa6ff41625b6f4d8453253883b86bf9ca4.zip
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
Diffstat (limited to 'yt_dlp/extractor/common.py')
-rw-r--r--yt_dlp/extractor/common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py
index dbe7dfcbf..0a14f7c0d 100644
--- a/yt_dlp/extractor/common.py
+++ b/yt_dlp/extractor/common.py
@@ -233,7 +233,6 @@ 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.