release 2013.10.04
This commit is contained in:
parent
da0a5d2d6e
commit
9ab1018b1a
2 changed files with 4 additions and 3 deletions
|
@ -31,8 +31,9 @@ which means you can modify it, redistribute it or use it however you like.
|
||||||
--proxy URL Use the specified HTTP/HTTPS proxy
|
--proxy URL Use the specified HTTP/HTTPS proxy
|
||||||
--no-check-certificate Suppress HTTPS certificate validation.
|
--no-check-certificate Suppress HTTPS certificate validation.
|
||||||
--cache-dir None Location in the filesystem where youtube-dl can
|
--cache-dir None Location in the filesystem where youtube-dl can
|
||||||
store downloaded information permanently.
|
store downloaded information permanently. By
|
||||||
~/.youtube-dl/cache by default
|
default $XDG_CACHE_HOME/youtube-dl or ~/.cache
|
||||||
|
/youtube-dl .
|
||||||
--no-cache-dir Disable filesystem caching
|
--no-cache-dir Disable filesystem caching
|
||||||
|
|
||||||
## Video Selection:
|
## Video Selection:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
|
|
||||||
__version__ = '2013.10.01.1'
|
__version__ = '2013.10.04'
|
||||||
|
|
Loading…
Reference in a new issue