1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-05 10:29:35 +02:00

release 2014.07.10

This commit is contained in:
Philipp Hagemeister 2014-07-10 14:49:16 +02:00
parent 411f691b21
commit f4d66a99cf
2 changed files with 4 additions and 3 deletions

View File

@ -70,8 +70,9 @@ # OPTIONS
--default-search PREFIX Use this prefix for unqualified URLs. For --default-search PREFIX Use this prefix for unqualified URLs. For
example "gvsearch2:" downloads two videos example "gvsearch2:" downloads two videos
from google videos for youtube-dl "large from google videos for youtube-dl "large
apple". By default (with value "auto") apple". Use the value "auto" to let
youtube-dl guesses. youtube-dl guess. The default value "error"
just throws an error.
--ignore-config Do not read configuration files. When given --ignore-config Do not read configuration files. When given
in the global configuration file /etc in the global configuration file /etc
/youtube-dl.conf: do not read the user /youtube-dl.conf: do not read the user

View File

@ -1,2 +1,2 @@
__version__ = '2014.06.26' __version__ = '2014.07.10'