Browse Source

release 2013.04.30

Philipp Hagemeister 12 years ago
parent
commit
b1d2ef9255
2 changed files with 2 additions and 1 deletions
  1. 1 0
      README.md
  2. 1 1
      youtube_dl/version.py

+ 1 - 0
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)

+ 1 - 1
youtube_dl/version.py

@@ -1,2 +1,2 @@
 
-__version__ = '2013.04.28'
+__version__ = '2013.04.30'