File: testplugin_missing.py

package info (click to toggle)
streamlink 8.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,568 kB
  • sloc: python: 51,299; sh: 184; makefile: 152
file content (9 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
from streamlink.plugin.plugin import Plugin


class TestPluginMissing(Plugin):
    pass


# does not export plugin via __plugin__
# __plugin__ = TestPluginMissing