release 2014.03.24.2
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 24 Mar 2014 14:00:47 +0000 (15:00 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 24 Mar 2014 14:00:47 +0000 (15:00 +0100)
README.md
youtube_dl/version.py

index a10b13055694243ba7245d426d5baffc20fb8aaf..95795c3150ffa5d6506611b83fa1d7165b3bccff 100644 (file)
--- 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
index 3a936ef3ed706b95da91bff3b76a43d70c75eafd..2f5ab8f3d871bc08fc0d987649cf7c8c778cf1d4 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2014.03.24.1'
+__version__ = '2014.03.24.2'