aboutsummaryrefslogtreecommitdiff
path: root/test/testdata/plugin_packages
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/plugin_packages')
-rw-r--r--test/testdata/plugin_packages/testpackage/yt_dlp_plugins/extractor/package.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/testdata/plugin_packages/testpackage/yt_dlp_plugins/extractor/package.py b/test/testdata/plugin_packages/testpackage/yt_dlp_plugins/extractor/package.py
new file mode 100644
index 000000000..b860300d8
--- /dev/null
+++ b/test/testdata/plugin_packages/testpackage/yt_dlp_plugins/extractor/package.py
@@ -0,0 +1,5 @@
+from yt_dlp.extractor.common import InfoExtractor
+
+
+class PackagePluginIE(InfoExtractor):
+ pass