aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-09-01 22:30:28 +0600
committerSergey M․ <dstftw@gmail.com>2015-09-01 22:30:28 +0600
commit804c343a4ff252c46fcc4a36f73a913c8def9b93 (patch)
tree75cde9d34c74cc1e1d96fb83af198d7053909227
parentcd5d75427e0a739018c018af49152e0052b7a1fd (diff)
downloadyoutube-dl-804c343a4ff252c46fcc4a36f73a913c8def9b93.tar.xz
[options] Clarify extractors supporting videopassword
-rw-r--r--README.md2
-rw-r--r--youtube_dl/options.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b6f0677f7..1d6c1151d 100644
--- 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)
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index 9016e3498..8c4ff12bd 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -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(