X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fcommon.py;h=69cdcdc1b5b75d1cac5733b34565f087c9dcddec;hb=f13d09332d320d514d508eaf8f2b889fa570816b;hp=b577c9e6ddb2af52bf0169bd4ca5f78653652a0b;hpb=deefc05b88d68b82a43d2ab154986362860e2202;p=youtube-dl.git 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)