jsi override

This commit is contained in:
c-basalt
2025-05-17 10:27:16 -04:00
parent d74f921e37
commit f058874929
6 changed files with 69 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
from yt_dlp.jsinterp._deno import DenoJSI
class OverrideDenoJSI(DenoJSI, plugin_name='override'):
TEST_FIELD = 'override'
+5
View File
@@ -0,0 +1,5 @@
from yt_dlp.jsinterp._deno import DenoJSI
class _UnderscoreOverrideDenoJSI(DenoJSI, plugin_name='underscore-override'):
SECONDARY_TEST_FIELD = 'underscore-override'