mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
Fix bug in fe7866d0ed
This commit is contained in:
parent
fd404bec7e
commit
2516cafb28
3 changed files with 4 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue