mirror of https://github.com/yt-dlp/yt-dlp.git
release 2013.12.09.1
This commit is contained in:
parent
0783b09b92
commit
eaa1a7bde3
|
@ -38,6 +38,8 @@ which means you can modify it, redistribute it or use it however you like.
|
||||||
default $XDG_CACHE_HOME/youtube-dl or ~/.cache
|
default $XDG_CACHE_HOME/youtube-dl or ~/.cache
|
||||||
/youtube-dl .
|
/youtube-dl .
|
||||||
--no-cache-dir Disable filesystem caching
|
--no-cache-dir Disable filesystem caching
|
||||||
|
--bidi-workaround Work around terminals that lack bidirectional
|
||||||
|
text support. Requires fribidi executable in PATH
|
||||||
|
|
||||||
## Video Selection:
|
## Video Selection:
|
||||||
--playlist-start NUMBER playlist video to start at (default is 1)
|
--playlist-start NUMBER playlist video to start at (default is 1)
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
|
|
||||||
__version__ = '2013.12.09'
|
__version__ = '2013.12.09.1'
|
||||||
|
|
Loading…
Reference in New Issue