X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2F__init__.py;h=7abe5225550e982bdca53e3eb8c516df44fa7381;hb=59fc531f7824725bec716f5517cba48c9f95bc44;hp=4f1829214479045fd55eca4a57b66369f8b6ecf4;hpb=0f818663291752b2084d81aff76d945a43c66a06;p=youtube-dl.git diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index 4f1829214..7abe52255 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -143,7 +143,7 @@ def parseOpts(overrideArguments=None): general.add_option('--list-extractors', action='store_true', dest='list_extractors', help='List all supported extractors and the URLs they would handle', default=False) - general.add_option('--list-extractor-descriptions', + general.add_option('--extractor-descriptions', action='store_true', dest='list_extractor_descriptions', help='Output descriptions of all supported extractors', default=False) general.add_option('--proxy', dest='proxy', default=None, help='Use the specified HTTP/HTTPS proxy', metavar='URL')