File: testplugin_support.py

package info (click to toggle)
streamlink 1.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,588 kB
  • sloc: python: 31,121; makefile: 141; sh: 93
file content (5 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
from streamlink.stream import HTTPStream


def get_streams(session):
    return dict(support=HTTPStream(session, "http://test.se/support"))