X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fcommon.py;h=988fc15ff2c0c0fdbb3c3ae55e72d69c09d239a3;hp=deafb48508fc7a0def88e5bd23fab558d37d8213;hb=00c97e3e7ab592b795f36b547a938e65d40b3771;hpb=cf7259bc931874318f8abe142a89914b41b49236 diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index deafb4850..988fc15ff 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -174,6 +174,8 @@ class InfoExtractor(object): width : height ratio as float. * no_resume The server does not support resuming the (HTTP or RTMP) download. Boolean. + * downloader_options A dictionary of downloader options as + described in FileDownloader url: Final video URL. ext: Video filename extension.