X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;h=ca366039e4515f2095e15c260a4bd4fa65d22e87;hb=6a400a6339911333517bfa59f5f7c2a05d948f19;hp=ba9fec8a7bd3bbc26b0dda1dead97498516f1435;hpb=7833d941bb736a8dbd237f1c7bc268d671cabb68;p=youtube-dl diff --git a/README.md b/README.md index ba9fec8a7..ca366039e 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,10 @@ 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 CMD Execute a command on the file after + downloading, similar to find's -exec + syntax. Example: --exec 'adb push {} + /sdcard/Music/ && rm {}' # CONFIGURATION