mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-20 06:58:57 +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'
|