mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-02-08 06:57:27 +00:00
6 lines
128 B
Python
6 lines
128 B
Python
from yt_dlp.jsinterp._deno import DenoJSI
|
|
|
|
|
|
class OverrideDenoJSI(DenoJSI, plugin_name='override'):
|
|
TEST_FIELD = 'override'
|