mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-19 06:28:52 +00:00
add jsi plugin testcase like pp test
This commit is contained in:
6
test/testdata/yt_dlp_plugins/jsinterp/normal.py
vendored
Normal file
6
test/testdata/yt_dlp_plugins/jsinterp/normal.py
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
from yt_dlp.jsinterp.common import JSI
|
||||
|
||||
|
||||
class NormalPluginJSI(JSI):
|
||||
TEST_DATA_PLUGIN = True
|
||||
REPLACED = False
|
||||
Reference in New Issue
Block a user