mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 01:02:13 +01:00
release 2014.10.25
This commit is contained in:
parent
63e0be3415
commit
724d031893
2 changed files with 5 additions and 1 deletions
|
@ -199,6 +199,10 @@ ## Verbosity / Simulation Options:
|
||||||
-j, --dump-json simulate, quiet but print JSON information.
|
-j, --dump-json simulate, quiet but print JSON information.
|
||||||
See --output for a description of available
|
See --output for a description of available
|
||||||
keys.
|
keys.
|
||||||
|
-J, --dump-single-json simulate, quiet but print JSON information
|
||||||
|
for each command-line argument. If the URL
|
||||||
|
refers to a playlist, dump the whole
|
||||||
|
playlist information in a single line.
|
||||||
--newline output progress bar as new lines
|
--newline output progress bar as new lines
|
||||||
--no-progress do not print progress bar
|
--no-progress do not print progress bar
|
||||||
--console-title display progress in console titlebar
|
--console-title display progress in console titlebar
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
|
|
||||||
__version__ = '2014.10.24'
|
__version__ = '2014.10.25'
|
||||||
|
|
Loading…
Reference in a new issue