release 2014.08.25.1
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 25 Aug 2014 14:41:05 +0000 (16:41 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 25 Aug 2014 14:41:05 +0000 (16:41 +0200)
README.md
youtube_dl/version.py

index ba9fec8a7bd3bbc26b0dda1dead97498516f1435..ca366039e4515f2095e15c260a4bd4fa65d22e87 100644 (file)
--- 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
 
index 68205af0fcb1f12c2ee8ea99977c263cfef6c91b..192f3effc34aeef306ace0872038dd17c2c8c0f8 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2014.08.25'
+__version__ = '2014.08.25.1'