Implemented --exec option.
[youtube-dl] / README.md
index ba9fec8a7bd3bbc26b0dda1dead97498516f1435..30bdac1899374e8cb906bafc8b4397e0cf41de4a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -288,6 +288,8 @@ which means you can modify it, redistribute it or use it however you like.
                                      postprocessors (default)
     --prefer-ffmpeg                  Prefer ffmpeg over avconv for running the
                                      postprocessors
+    --exec                           Execute a command after the file is finished downloading, similar to find's -exec format
+                                     Example: --exec 'adb push {} /sdcard/Music/ && rm {}'
 
 # CONFIGURATION