summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-04-30 18:00:56 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-04-30 18:00:56 +0200
commitb1d2ef9255528040b61ac44324645e82a7416174 (patch)
treee4e91b18c7bcd77da78801f53ab70869047901bf
parent5fb16555afcde763842b5a5ab8845ee1173d7a65 (diff)
release 2013.04.302013.04.30
-rw-r--r--README.md1
-rw-r--r--youtube_dl/version.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index cc21a06d39..5e4c13dc72 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ which means you can modify it, redistribute it or use it however you like.
is restricted to one domain
--list-extractors List all supported extractors and the URLs they
would handle
+ --proxy None Use the specified HTTP/HTTPS proxy
## Video Selection:
--playlist-start NUMBER playlist video to start at (default is 1)
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index d4f21e04b8..dc863ca882 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2013.04.28'
+__version__ = '2013.04.30'