aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/YoutubeDL.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-07-11 21:58:12 +0600
committerSergey M․ <dstftw@gmail.com>2015-07-11 21:58:12 +0600
commitac9ed061ec08ad360a0422ddb68060bdcc72baa2 (patch)
tree61cabec165c6a9438bc1c66905c7e66dfc1ef265 /youtube_dl/YoutubeDL.py
parentd919fa3344463f94a152a10ba65981cd290d9ec8 (diff)
parentaa5d9a79d6b5c354ee4a6bfbb43f94c2485ab9b4 (diff)
downloadyoutube-dl-ac9ed061ec08ad360a0422ddb68060bdcc72baa2.tar.xz
Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-master
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-xyoutube_dl/YoutubeDL.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py
index 411de9ac9..8580f99a7 100755
--- a/youtube_dl/YoutubeDL.py
+++ b/youtube_dl/YoutubeDL.py
@@ -262,6 +262,7 @@ class YoutubeDL(object):
The following options are used by the post processors:
prefer_ffmpeg: If True, use ffmpeg instead of avconv if both are available,
otherwise prefer avconv.
+ postprocessor_args: Extra parameters for external apps, like avconv.
"""
params = None