Explorar o código

Clarify --download-archive help

Philipp Hagemeister %!s(int64=11) %!d(string=hai) anos
pai
achega
323ec6ae56
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/__init__.py

+ 1 - 1
youtube_dl/__init__.py

@@ -220,7 +220,7 @@ def parseOpts(overrideArguments=None):
                          default=None, type=int)
                          default=None, type=int)
     selection.add_option('--download-archive', metavar='FILE',
     selection.add_option('--download-archive', metavar='FILE',
                          dest='download_archive',
                          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',
     authentication.add_option('-u', '--username',