DEBSOURCES
Skip Quicknav
sources / streamlink / 1.0.0%2Bdfsg-1 / tests / plugins / testplugin_support.py
12345
from streamlink.stream import HTTPStream def get_streams(session): return dict(support=HTTPStream(session, "http://test.se/support"))