projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3fb467
)
Clarify --download-archive help
author
Philipp Hagemeister
<phihag@phihag.de>
Fri, 29 Nov 2013 14:57:43 +0000
(15:57 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Fri, 29 Nov 2013 14:57:43 +0000
(15:57 +0100)
youtube_dl/__init__.py
patch
|
blob
|
history
diff --git
a/youtube_dl/__init__.py
b/youtube_dl/__init__.py
index 0704515dfdcc8dc547380851faf616e237ec5b39..c63d62986b244131bec6e82bc49d5fabdf2b53a8 100644
(file)
--- a/
youtube_dl/__init__.py
+++ b/
youtube_dl/__init__.py
@@
-220,7
+220,7
@@
def parseOpts(overrideArguments=None):
default=None, type=int)
selection.add_option('--download-archive', metavar='FILE',
dest='download_archive',
- help='Download only videos not present in the archive file. Record all downloaded videos in it.')
+ help='Download only videos not present in the archive file. Record
the IDs of
all downloaded videos in it.')
authentication.add_option('-u', '--username',