From: Sergey M․ Date: Sat, 30 Sep 2017 15:56:40 +0000 (+0700) Subject: [YoutubeDL] PEP 8 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=3836b02ce8df654ea70276f1d196b347ea9bc257;p=youtube-dl [YoutubeDL] PEP 8 --- diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 20aa1e49e..474d6c95f 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -304,7 +304,7 @@ class YoutubeDL(object): otherwise prefer avconv. postprocessor_args: A list of additional command-line arguments for the postprocessor. - + The following options are used by the Youtube extractor: youtube_include_dash_manifest: If True (default), DASH manifests and related data will be downloaded and processed by extractor.