[execafterdownload] Simplify (#3569)
[youtube-dl] / youtube_dl / YoutubeDL.py
index a671d6450469167381f1649f54108d1ea6ab5533..e0cb1ef75fd5b4fb86638f3f6a872d1e1625b1f0 100755 (executable)
@@ -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