summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-08-25 16:41:05 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-08-25 16:41:05 +0200
commit067e9222951d685947bc20f28ee0771837272a07 (patch)
tree0d5a2dc8c0c83cc3aacb6d841a199ffeeb23c731
parentc28df2478f0a1419d46b8b85abc6091f5645ca20 (diff)
release 2014.08.25.12014.08.25.1
-rw-r--r--README.md4
-rw-r--r--youtube_dl/version.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index ba9fec8a7b..ca366039e4 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
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 68205af0fc..192f3effc3 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2014.08.25'
+__version__ = '2014.08.25.1'