release 2013.09.24.1

This commit is contained in:
Philipp Hagemeister 2013-09-24 21:40:47 +02:00
parent f426de8460
commit 8b25323ae2
2 changed files with 5 additions and 1 deletions

View file

@ -30,6 +30,10 @@ which means you can modify it, redistribute it or use it however you like.
--extractor-descriptions Output descriptions of all supported extractors
--proxy URL Use the specified HTTP/HTTPS proxy
--no-check-certificate Suppress HTTPS certificate validation.
--cache-dir None Location in the filesystem where youtube-dl can
store downloaded information permanently.
~/.youtube-dl/cache by default
--no-cache-dir Disable filesystem caching
## Video Selection:
--playlist-start NUMBER playlist video to start at (default is 1)

View file

@ -1,2 +1,2 @@
__version__ = '2013.09.24'
__version__ = '2013.09.24.1'