From: Petr Vaněk Date: Wed, 17 Jul 2019 15:47:53 +0000 (+0200) Subject: [extractor/common] Fix typo in thumbnails resolution description (#21817) X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=5e1c39ac853bfe4da7feda2a48544cb5811873d9 [extractor/common] Fix typo in thumbnails resolution description (#21817) --- 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.