1
0
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:
c-basalt
2025-05-02 03:35:56 -04:00
parent fbd5ce74c0
commit d74f921e37
9 changed files with 102 additions and 26 deletions

View File

@@ -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,