aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-04-04 20:01:24 +0600
committerSergey M․ <dstftw@gmail.com>2015-04-04 20:01:24 +0600
commitf01855813b364dbd3e0c7fecacda84410d2780bf (patch)
tree0162100844f782ca46c66eb81196ca60a647c2c7
parent4a3cdf81af9c22c45912b0b4c5845531d52d3a0c (diff)
downloadyoutube-dl-f01855813b364dbd3e0c7fecacda84410d2780bf.tar.xz
[options] extractor is lowercase
-rw-r--r--youtube_dl/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index d861ac458..ed2216d40 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -606,7 +606,7 @@ def parseOpts(overrideArguments=None):
'%(format)s for the format description (like "22 - 1280x720" or "HD"), '
'%(format_id)s for the unique id of the format (like YouTube\'s itags: "137"), '
'%(upload_date)s for the upload date (YYYYMMDD), '
- '%(extractor)s for the provider (YouTube, metacafe, etc), '
+ '%(extractor)s for the provider (youtube, metacafe, etc), '
'%(id)s for the video id, '
'%(playlist_title)s, %(playlist_id)s, or %(playlist)s (=title if present, ID otherwise) for the playlist the video is in, '
'%(playlist_index)s for the position in the playlist. '