projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7689413
)
[options] Clarify --list-formats needs videos (closes #7669)
author
Yen Chi Hsuan
<yan12125@gmail.com>
Fri, 27 Nov 2015 13:24:39 +0000
(21:24 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Fri, 27 Nov 2015 13:24:39 +0000
(21:24 +0800)
youtube_dl/options.py
patch
|
blob
|
history
diff --git
a/youtube_dl/options.py
b/youtube_dl/options.py
index 079fe7e8a35af5eedf6eb4f3c450deeada96d5bc..359e8d30004e458bcbf3353f78b5cd57fedce785 100644
(file)
--- a/
youtube_dl/options.py
+++ b/
youtube_dl/options.py
@@
-338,7
+338,7
@@
def parseOpts(overrideArguments=None):
video_format.add_option(
'-F', '--list-formats',
action='store_true', dest='listformats',
- help='List all available formats')
+ help='List all available formats
of specified videos
')
video_format.add_option(
'--youtube-include-dash-manifest',
action='store_true', dest='youtube_include_dash_manifest', default=True,