Browse Source

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

master
Petr Vaněk 5 years ago
committed by Sergey M
parent
commit
5e1c39ac85
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/common.py

2
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.

Loading…
Cancel
Save