mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[options] Clarify --list-extractors
(Closes #5916)
This commit is contained in:
parent
665b6c1236
commit
9836cfb8d6
@ -145,7 +145,7 @@ def _hide_login_info(opts):
|
||||
general.add_option(
|
||||
'--list-extractors',
|
||||
action='store_true', dest='list_extractors', default=False,
|
||||
help='List all supported extractors and the URLs they would handle')
|
||||
help='List all supported extractors')
|
||||
general.add_option(
|
||||
'--extractor-descriptions',
|
||||
action='store_true', dest='list_extractor_descriptions', default=False,
|
||||
|
Loading…
Reference in New Issue
Block a user