File: test_tvibo.py

package info (click to toggle)
streamlink 8.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,564 kB
  • sloc: python: 51,188; sh: 184; makefile: 152
file content (12 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
from streamlink.plugins.tvibo import Tvibo
from tests.plugins import PluginCanHandleUrl


class TestPluginCanHandleUrlTvibo(PluginCanHandleUrl):
    __plugin__ = Tvibo

    should_match = [
        "http://player.tvibo.com/aztv/5929820",
        "http://player.tvibo.com/aztv/6858270/",
        "http://player.tvibo.com/aztv/3977238/",
    ]