diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-08-25 10:18:01 +0200 |
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-08-25 10:18:01 +0200 |
| commit | 8d31fa3cce47a7c9d932b872e277cf89eb3441a2 (patch) | |
| tree | a1abbaef522fa03d13828622c364516fff4bfc02 /youtube_dl/YoutubeDL.py | |
| parent | 1f06864e9ab102b19569f13e2a02e18921a26511 (diff) | |
[execafterdownload] Simplify (#3569)
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 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 |
