[options] Clarify extractors supporting videopassword
authorSergey M․ <dstftw@gmail.com>
Tue, 1 Sep 2015 16:30:28 +0000 (22:30 +0600)
committerSergey M․ <dstftw@gmail.com>
Tue, 1 Sep 2015 16:30:28 +0000 (22:30 +0600)
README.md
youtube_dl/options.py

index b6f0677f79e34f7895d1711ed8ec3ca42c03fbd9..1d6c1151dee1d0ed68768428978c83c1e87986c3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -207,7 +207,7 @@ which means you can modify it, redistribute it or use it however you like.
     -p, --password PASSWORD          Account password. If this option is left out, youtube-dl will ask interactively.
     -2, --twofactor TWOFACTOR        Two-factor auth code
     -n, --netrc                      Use .netrc authentication data
-    --video-password PASSWORD        Video password (vimeo, smotri, Youku)
+    --video-password PASSWORD        Video password (vimeo, smotri, youku)
 
 ## Post-processing Options:
     -x, --extract-audio              Convert video files to audio-only files (requires ffmpeg or avconv and ffprobe or avprobe)
index 9016e34983d3fed5e0fab72e9a8626124cdee859..8c4ff12bdd1763c12908ef8dc875f0916794237b 100644 (file)
@@ -320,7 +320,7 @@ def parseOpts(overrideArguments=None):
     authentication.add_option(
         '--video-password',
         dest='videopassword', metavar='PASSWORD',
-        help='Video password (vimeo, smotri)')
+        help='Video password (vimeo, smotri, youku)')
 
     video_format = optparse.OptionGroup(parser, 'Video Format Options')
     video_format.add_option(