release 2014.02.03
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 3 Feb 2014 05:54:37 +0000 (06:54 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 3 Feb 2014 05:54:37 +0000 (06:54 +0100)
README.md
youtube_dl/version.py

index 5200f59fe7b5da4bd5a51374f5eda27afdf4e756..35876d979242b38d7d697219153c1314e0fa68a8 100644 (file)
--- a/README.md
+++ b/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)
index b5748c14e0bc50b693165177a0e1925e077b7fc2..e4244017003b17170b8cef9612ed3a572cea8e75 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2014.01.30.2'
+__version__ = '2014.02.03'