aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormcd1992 <theanonbutinf@gmail.com>2014-08-22 16:40:43 -0500
committermcd1992 <theanonbutinf@gmail.com>2014-08-24 14:38:43 -0500
commita7cacbca2b140f668785d57264914de5585ed699 (patch)
treea14fe74b8e6ce31a22b415cabf56de397dadc1e4 /README.md
parentb8313f07bc8c7565c9255b131d307d10b8d02538 (diff)
downloadyoutube-dl-a7cacbca2b140f668785d57264914de5585ed699.tar.xz
Implemented --exec option.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ba9fec8a7..30bdac189 100644
--- 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