aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/YoutubeDL.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-08-25 10:18:01 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-08-25 10:18:01 +0200
commit8d31fa3cce47a7c9d932b872e277cf89eb3441a2 (patch)
treea1abbaef522fa03d13828622c364516fff4bfc02 /youtube_dl/YoutubeDL.py
parent1f06864e9ab102b19569f13e2a02e18921a26511 (diff)
downloadyoutube-dl-8d31fa3cce47a7c9d932b872e277cf89eb3441a2.tar.xz
[execafterdownload] Simplify (#3569)
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 a671d6450..e0cb1ef75 100755
--- a/youtube_dl/YoutubeDL.py
+++ b/youtube_dl/YoutubeDL.py
@@ -172,6 +172,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.
+ exec_cmd: Arbitrary command to run after downloading
"""
params = None