summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-03-27 02:22:57 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-03-27 02:22:57 +0100
commit6c072e7d2521821f692102fdfa4a431cf1a076ae (patch)
tree33645eedeec6c2a4a86c72021017f5c63ba67cf4
parentac6c104871399dd6832f70069a14e4c404d86f38 (diff)
downloadyoutube-dl-6c072e7d2521821f692102fdfa4a431cf1a076ae.tar.gz
youtube-dl-6c072e7d2521821f692102fdfa4a431cf1a076ae.tar.xz
youtube-dl-6c072e7d2521821f692102fdfa4a431cf1a076ae.zip
release 2014.03.27 2014.03.27
-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 95795c315..0352a5bcb 100644
--- a/README.md
+++ b/README.md
@@ -169,6 +169,7 @@ which means you can modify it, redistribute it or use it however you like.
 
 ## Verbosity / Simulation Options:
     -q, --quiet                      activates quiet mode
+    --no-warnings                    Ignore warnings
     -s, --simulate                   do not download the video and do not write
                                      anything to disk
     --skip-download                  do not download the video
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index b569d52f5..4b468bb9e 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
 
-__version__ = '2014.03.25.1'
+__version__ = '2014.03.27'