This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
Clarify usage
rtmp_test
Philipp Hagemeister
13 years ago
parent
f2a3a3522c
commit
a2f7e3a5bb
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+1
-1
youtube-dl
+ 1
- 1
README.md
View File
@ -1,7 +1,7 @@
# youtube-dl
## USAGE
youtube-dl [OPTIONS] URL
youtube-dl [OPTIONS] URL
[URL...]
## DESCRIPTION
**youtube-dl** is a small command-line program to download videos from
+ 1
- 1
youtube-dl
View File
@ -3391,7 +3391,7 @@ def parseOpts():
kw = {
'version' : __version__,
'formatter' : fmt,
'usage' : '%prog [options] url...',
'usage' : '%prog [options] url
[url
...
]
',
'conflict_handler' : 'resolve',
}
Write
Preview
Loading…
Cancel
Save