1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-21 15:38:53 +00:00
Files
yt-dlp/test/testdata/yt_dlp_plugins/jsinterp/overridetwo.py
2025-05-17 10:27:16 -04:00

6 lines
171 B
Python

from yt_dlp.jsinterp._deno import DenoJSI
class _UnderscoreOverrideDenoJSI(DenoJSI, plugin_name='underscore-override'):
SECONDARY_TEST_FIELD = 'underscore-override'