aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/YoutubeDL.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-05-10 17:41:11 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-05-10 17:41:11 +0200
commit95c5534f8ed016a81f715f291ab09c4ea2c3679c (patch)
tree166344005b14f834b9a6afab0d8a1d903458e417 /youtube_dl/YoutubeDL.py
parent370b39e8ece9f475d489eda721130eec9a9f15e9 (diff)
downloadyoutube-dl-95c5534f8ed016a81f715f291ab09c4ea2c3679c.tar.xz
ExecAfterDownloadPP, YoutubeDL: remove unused parameters
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-xyoutube_dl/YoutubeDL.py1
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