diff options
author | mcd1992 <theanonbutinf@gmail.com> | 2014-08-22 16:40:43 -0500 |
---|---|---|
committer | mcd1992 <theanonbutinf@gmail.com> | 2014-08-24 14:38:43 -0500 |
commit | a7cacbca2b140f668785d57264914de5585ed699 (patch) | |
tree | a14fe74b8e6ce31a22b415cabf56de397dadc1e4 /README.md | |
parent | b8313f07bc8c7565c9255b131d307d10b8d02538 (diff) |
Implemented --exec option.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |