mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-18 07:05:41 +07:00
Fix bug in fe7866d0ed
This commit is contained in:
@@ -362,7 +362,7 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
|
||||
'You can also use regexes, "all", "default" and "end" (end URL matching); '
|
||||
'e.g. --ies "holodex.*,end,youtube". '
|
||||
'Prefix the name with a "-" to exclude it, e.g. --ies default,-generic. '
|
||||
'Use --list-extractors for a list of available extractor names'))
|
||||
'Use --list-extractors for a list of extractor names. (Alias: --ies)'))
|
||||
general.add_option(
|
||||
'--force-generic-extractor',
|
||||
action='store_true', dest='force_generic_extractor', default=False,
|
||||
|
||||
Reference in New Issue
Block a user