File: testplugin_invalid.py

package info (click to toggle)
streamlink 8.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 5,564 kB
  • sloc: python: 51,188; sh: 184; makefile: 152
file content (6 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
class TestPluginInvalid:
    pass


# does not inherit from streamlink.plugin.plugin.Plugin
__plugin__ = TestPluginInvalid