aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2019-07-17 17:47:53 +0200
committerSergey M <dstftw@gmail.com>2019-07-17 22:47:53 +0700
commit5e1c39ac853bfe4da7feda2a48544cb5811873d9 (patch)
treea7cce420205a4ca3800fec622b5b1b8b43b883ed
parent1824bfdcdff1af4bfc4f7f6ed885d45ee7e8c376 (diff)
downloadyoutube-dl-5e1c39ac853bfe4da7feda2a48544cb5811873d9.tar.xz
[extractor/common] Fix typo in thumbnails resolution description (#21817)
-rw-r--r--youtube_dl/extractor/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 9c3e9eec6..859786617 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -220,7 +220,7 @@ class InfoExtractor(object):
* "preference" (optional, int) - quality of the image
* "width" (optional, int)
* "height" (optional, int)
- * "resolution" (optional, string "{width}x{height"},
+ * "resolution" (optional, string "{width}x{height}",
deprecated)
* "filesize" (optional, int)
thumbnail: Full URL to a video thumbnail image.