This commit is contained in:
pukkandan 2022-08-24 08:20:52 +05:30
parent fd404bec7e
commit 2516cafb28
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
3 changed files with 4 additions and 5 deletions

View file

@ -362,7 +362,7 @@ def create_parser():
'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,