release 2014.03.21

pull/2601/head 2014.03.21
Philipp Hagemeister 2014-03-21 00:37:23 +01:00
rodzic 7e8c0af004
commit 23c322a531
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -36,6 +36,9 @@ which means you can modify it, redistribute it or use it however you like.
an empty string (--proxy "") for direct
connection
--no-check-certificate Suppress HTTPS certificate validation.
--prefer-insecure Use an unencrypted connection to retrieve
information about the video. (Currently
supported only for YouTube)
--cache-dir DIR Location in the filesystem where youtube-dl
can store some downloaded information
permanently. By default $XDG_CACHE_HOME

Wyświetl plik

@ -1,2 +1,2 @@
__version__ = '2014.03.20'
__version__ = '2014.03.21'