about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-04-28 16:32:05 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-04-28 16:32:05 +0200
commit6ce533a2205eec9cd94e12a6a8d281ed852b5091 (patch)
tree0110f33498e74c3aa16825adab56137b78211724
parent08b2ac745a7991b58d17e3e8cb2c51e96b18534a (diff)
downloadyoutube-dl-6ce533a2205eec9cd94e12a6a8d281ed852b5091.tar.gz
youtube-dl-6ce533a2205eec9cd94e12a6a8d281ed852b5091.tar.xz
youtube-dl-6ce533a2205eec9cd94e12a6a8d281ed852b5091.zip
release 2013.04.28 2013.04.28
-rw-r--r--README.md4
-rw-r--r--youtube_dl/version.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index af3ca58ea..cc21a06d3 100644
--- a/README.md
+++ b/README.md
@@ -49,8 +49,8 @@ which means you can modify it, redistribute it or use it however you like.
     --dateafter DATE           download only videos uploaded after this date
 
 ## Filesystem Options:
-    -t, --title                use title in file name
-    --id                       use video ID in file name
+    -t, --title                use title in file name (default)
+    --id                       use only video ID in file name
     -l, --literal              [deprecated] alias of --title
     -A, --auto-number          number downloaded files starting from 00000
     -o, --output TEMPLATE      output filename template. Use %(title)s to get
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index c6160359e..d4f21e04b 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
 
-__version__ = '2013.04.27'
+__version__ = '2013.04.28'