release 2014.01.22.2
This commit is contained in:
parent
04b4d394d9
commit
a70c83768e
2 changed files with 5 additions and 1 deletions
|
@ -44,6 +44,10 @@ which means you can modify it, redistribute it or use it however you like.
|
||||||
--bidi-workaround Work around terminals that lack bidirectional
|
--bidi-workaround Work around terminals that lack bidirectional
|
||||||
text support. Requires bidiv or fribidi
|
text support. Requires bidiv or fribidi
|
||||||
executable in PATH
|
executable in PATH
|
||||||
|
--default-search PREFIX Use this prefix for unqualified URLs. For example
|
||||||
|
"gvsearch2:" downloads two videos from google
|
||||||
|
videos for youtube-dl "large apple". By default
|
||||||
|
(with value "auto") youtube-dl guesses.
|
||||||
|
|
||||||
## 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__ = '2014.01.22.1'
|
__version__ = '2014.01.22.2'
|
||||||
|
|
Loading…
Reference in a new issue