summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-03-24 15:00:47 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-03-24 15:00:47 +0100
commit510243ba5834f4858fed67a1565d97ba4f66db98 (patch)
treea9c1751bc6df19f1df1e871239a3a7ad018ebfb9
parentb540697a8a10bc742d6a241881196429eadd63ca (diff)
downloadyoutube-dl-2014.03.24.2.tar.gz
youtube-dl-2014.03.24.2.tar.xz
youtube-dl-2014.03.24.2.zip
release 2014.03.24.2 2014.03.24.2
-rw-r--r--README.md3
-rw-r--r--youtube_dl/version.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index a10b13055..95795c315 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,9 @@ which means you can modify it, redistribute it or use it however you like.
     --user-agent UA                  specify a custom user agent
     --referer REF                    specify a custom referer, use if the video
                                      access is restricted to one domain
+    --add-header FIELD:VALUE         specify a custom HTTP header and its value,
+                                     separated by a colon ':'. You can use this
+                                     option multiple times
     --list-extractors                List all supported extractors and the URLs
                                      they would handle
     --extractor-descriptions         Output descriptions of all supported
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 3a936ef3e..2f5ab8f3d 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
 
-__version__ = '2014.03.24.1'
+__version__ = '2014.03.24.2'