[options] extractor is lowercase
authorSergey M․ <dstftw@gmail.com>
Sat, 4 Apr 2015 14:01:24 +0000 (20:01 +0600)
committerSergey M․ <dstftw@gmail.com>
Sat, 4 Apr 2015 14:01:24 +0000 (20:01 +0600)
youtube_dl/options.py

index d861ac458146d6241441575d7356e4926152b237..ed2216d40a6d008496f889e9ad6ac13fd29344f7 100644 (file)
@@ -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. '