youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 323ec6ae566af9744edce97a23e623d99eea8a1f
parent a3fb4675fb67b061e2a71cec78a5dbd8695b8ef0
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri, 29 Nov 2013 15:57:43 +0100

Clarify --download-archive help

Diffstat:
Myoutube_dl/__init__.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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',