Bläddra i källkod

release 2013.05.05

Philipp Hagemeister 12 år sedan
förälder
incheckning
891629c84a
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. 1 0
      README.md
  2. 1 1
      youtube_dl/version.py

+ 1 - 0
README.md

@@ -32,6 +32,7 @@ which means you can modify it, redistribute it or use it however you like.
     --list-extractors          List all supported extractors and the URLs they
                                would handle
     --proxy URL                Use the specified HTTP/HTTPS proxy
+    --no-check-certificate     Suppress HTTPS certificate validation.
 
 ## 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.05.04'
+__version__ = '2013.05.05'