aboutsummaryrefslogtreecommitdiff
path: root/test/testdata/yt_dlp_plugins/extractor/override.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/yt_dlp_plugins/extractor/override.py')
-rw-r--r--test/testdata/yt_dlp_plugins/extractor/override.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/testdata/yt_dlp_plugins/extractor/override.py b/test/testdata/yt_dlp_plugins/extractor/override.py
new file mode 100644
index 000000000..766dc32e1
--- /dev/null
+++ b/test/testdata/yt_dlp_plugins/extractor/override.py
@@ -0,0 +1,5 @@
+from yt_dlp.extractor.generic import GenericIE
+
+
+class OverrideGenericIE(GenericIE, plugin_name='override'):
+ TEST_FIELD = 'override'