mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-08 19:08:40 +00:00
release 2014.02.03
This commit is contained in:
parent
588128d054
commit
9d3ac7444d
|
@ -53,6 +53,12 @@ which means you can modify it, redistribute it or use it however you like.
|
|||
from google videos for youtube-dl "large
|
||||
apple". By default (with value "auto")
|
||||
youtube-dl guesses.
|
||||
--ignore-config Do not read configuration files. When given
|
||||
in the global configuration file /etc
|
||||
/youtube-dl.conf: do not read the user
|
||||
configuration in ~/.config/youtube-dl.conf
|
||||
(%APPDATA%/youtube-dl/config.txt on
|
||||
Windows)
|
||||
|
||||
## Video Selection:
|
||||
--playlist-start NUMBER playlist video to start at (default is 1)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
|
||||
__version__ = '2014.01.30.2'
|
||||
__version__ = '2014.02.03'
|
||||
|
|
Loading…
Reference in a new issue