diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2019-07-17 17:47:53 +0200 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2019-07-17 22:47:53 +0700 |
commit | 5e1c39ac853bfe4da7feda2a48544cb5811873d9 (patch) | |
tree | a7cce420205a4ca3800fec622b5b1b8b43b883ed /youtube_dl/extractor/common.py | |
parent | 1824bfdcdff1af4bfc4f7f6ed885d45ee7e8c376 (diff) |
[extractor/common] Fix typo in thumbnails resolution description (#21817)
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r-- | youtube_dl/extractor/common.py | 2 |
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. |