Ver código fonte

release 2014.02.03

Philipp Hagemeister 11 anos atrás
pai
commit
9d3ac7444d
2 arquivos alterados com 7 adições e 1 exclusões
  1. 6 0
      README.md
  2. 1 1
      youtube_dl/version.py

+ 6 - 0
README.md

@@ -53,6 +53,12 @@ which means you can modify it, redistribute it or use it however you like.
                                      from google videos for  youtube-dl "large
                                      apple". By default (with value "auto")
                                      youtube-dl guesses.
+    --ignore-config                  Do not read configuration files. When given
+                                     in the global configuration file /etc
+                                     /youtube-dl.conf: do not read the user
+                                     configuration in ~/.config/youtube-dl.conf
+                                     (%APPDATA%/youtube-dl/config.txt on
+                                     Windows)
 
 ## Video Selection:
     --playlist-start NUMBER          playlist video to start at (default is 1)

+ 1 - 1
youtube_dl/version.py

@@ -1,2 +1,2 @@
 
-__version__ = '2014.01.30.2'
+__version__ = '2014.02.03'