mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-26 22:03:43 +03:00
jsi pref
This commit is contained in:
+1
-3
@@ -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