diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-05-10 17:41:11 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-05-10 17:41:11 +0200 |
commit | 95c5534f8ed016a81f715f291ab09c4ea2c3679c (patch) | |
tree | 166344005b14f834b9a6afab0d8a1d903458e417 /youtube_dl/YoutubeDL.py | |
parent | 370b39e8ece9f475d489eda721130eec9a9f15e9 (diff) |
ExecAfterDownloadPP, YoutubeDL: remove unused parameters
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-x | youtube_dl/YoutubeDL.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index d8583a8eb..4cf83c510 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -260,7 +260,6 @@ 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. - exec_cmd: Arbitrary command to run after downloading """ params = None |