release 2013.12.04
This commit is contained in:
parent
27dcce1904
commit
671c0f151d
2 changed files with 3 additions and 2 deletions
|
@ -30,7 +30,8 @@ which means you can modify it, redistribute it or use it however you like.
|
||||||
--list-extractors List all supported extractors and the URLs they
|
--list-extractors List all supported extractors and the URLs they
|
||||||
would handle
|
would handle
|
||||||
--extractor-descriptions Output descriptions of all supported extractors
|
--extractor-descriptions Output descriptions of all supported extractors
|
||||||
--proxy URL Use the specified HTTP/HTTPS proxy
|
--proxy URL Use the specified HTTP/HTTPS proxy. Pass in an
|
||||||
|
empty string (--proxy "") for direct connection
|
||||||
--no-check-certificate Suppress HTTPS certificate validation.
|
--no-check-certificate Suppress HTTPS certificate validation.
|
||||||
--cache-dir DIR Location in the filesystem where youtube-dl can
|
--cache-dir DIR Location in the filesystem where youtube-dl can
|
||||||
store downloaded information permanently. By
|
store downloaded information permanently. By
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
|
|
||||||
__version__ = '2013.12.03'
|
__version__ = '2013.12.04'
|
||||||
|
|
Loading…
Reference in a new issue