Implemented --exec option.

This commit is contained in:
mcd1992
2014-08-22 16:40:43 -05:00
parent b8313f07bc
commit a7cacbca2b
5 changed files with 54 additions and 1 deletions

View File

@@ -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