logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 5e1c39ac853bfe4da7feda2a48544cb5811873d9
parent 1824bfdcdff1af4bfc4f7f6ed885d45ee7e8c376
Author: Petr Vaněk <arkamar@atlas.cz>
Date:   Wed, 17 Jul 2019 17:47:53 +0200

[extractor/common] Fix typo in thumbnails resolution description (#21817)


Diffstat:

Myoutube_dl/extractor/common.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.