mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-02-17 05:55:44 +00:00
add jsi plugin testcase like pp test
This commit is contained in:
@@ -12,13 +12,12 @@ jsi_runtimes.value.update({
|
||||
if name.endswith('JSI')
|
||||
})
|
||||
|
||||
plugin_spec = PluginSpec(
|
||||
register_plugin_spec(PluginSpec(
|
||||
module_name='jsinterp',
|
||||
suffix='JSI',
|
||||
destination=jsi_runtimes,
|
||||
plugin_destination=plugin_jsis,
|
||||
)
|
||||
register_plugin_spec(plugin_spec)
|
||||
))
|
||||
|
||||
__all__ = [
|
||||
JSInterpreter,
|
||||
|
||||
Reference in New Issue
Block a user