projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8796857
)
Clarify --download-archive help (#1757)
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 3 Dec 2013 10:54:52 +0000
(11:54 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 3 Dec 2013 10:54:52 +0000
(11:54 +0100)
youtube_dl/__init__.py
patch
|
blob
|
history
diff --git
a/youtube_dl/__init__.py
b/youtube_dl/__init__.py
index 2eeef2ae93ccb3cfac9c1c1ead18f7e58cdcd6a1..48137ebe52b76049471fa696172db75f5836c368 100644
(file)
--- a/
youtube_dl/__init__.py
+++ b/
youtube_dl/__init__.py
@@
-224,7
+224,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 the IDs of all downloaded videos in it.')
+ help='Download only videos not
listed
in the archive file. Record the IDs of all downloaded videos in it.')
authentication.add_option('-u', '--username',