summaryrefslogtreecommitdiff
path: root/youtube_dl/YoutubeDL.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-09-30 22:56:40 +0700
committerSergey M․ <dstftw@gmail.com>2017-09-30 22:56:40 +0700
commit3836b02ce8df654ea70276f1d196b347ea9bc257 (patch)
tree2e1b5942c3028c5231f63e8f3ba6a16c87e62d0c /youtube_dl/YoutubeDL.py
parentfa3fdeb41fdd637283baeb6d681450a982043a1c (diff)
[YoutubeDL] PEP 8
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-xyoutube_dl/YoutubeDL.py2
1 files changed, 1 insertions, 1 deletions
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.