diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-07-11 21:58:12 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-07-11 21:58:12 +0600 |
commit | ac9ed061ec08ad360a0422ddb68060bdcc72baa2 (patch) | |
tree | 61cabec165c6a9438bc1c66905c7e66dfc1ef265 /youtube_dl/YoutubeDL.py | |
parent | d919fa3344463f94a152a10ba65981cd290d9ec8 (diff) | |
parent | aa5d9a79d6b5c354ee4a6bfbb43f94c2485ab9b4 (diff) |
Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-master
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-x | youtube_dl/YoutubeDL.py | 1 |
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 |