mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-18 14:08:54 +00:00
jsi pref
This commit is contained in:
@@ -1142,9 +1142,7 @@ def create_parser():
|
||||
'--jsi-preference',
|
||||
metavar='JSI', dest='jsi_preference', default=[], type='str', action='callback',
|
||||
callback=_list_from_options_callback,
|
||||
help=(
|
||||
'Preferred JS interpreters to use during extraction. Can be given as comma-separated values.')
|
||||
)
|
||||
help='Preferred JS interpreters to use during extraction. Can be given as comma-separated values.')
|
||||
|
||||
verbosity = optparse.OptionGroup(parser, 'Verbosity and Simulation Options')
|
||||
verbosity.add_option(
|
||||
|
||||
Reference in New Issue
Block a user