diff options
Diffstat (limited to 'youtube_dl/extractor/common.py')
| -rw-r--r-- | youtube_dl/extractor/common.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index b577c9e6d..69cdcdc1b 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -35,6 +35,8 @@ class InfoExtractor(object):      title:          Video title, unescaped.      ext:            Video filename extension. +    Instead of url and ext, formats can also specified. +      The following fields are optional:      format:         The video format, defaults to ext (used for --get-format) | 
