mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-27 17:08:32 +00:00
7 lines
118 B
Python
7 lines
118 B
Python
from yt_dlp.jsinterp.common import JSI
|
|
|
|
|
|
class NormalPluginJSI(JSI):
|
|
TEST_DATA_PLUGIN = True
|
|
REPLACED = False
|