mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-27 17:08:32 +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'
|