File: test_yupptv.py

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


class TestPluginCanHandleUrlYuppTV(PluginCanHandleUrl):
    __plugin__ = YuppTV

    should_match = [
        "https://www.yupptv.com/online-tv/wion/live",
        "https://www.yupptv.com/online-tv/mirror-now/live",
        "https://www.yupptv.com/channels/etv-telugu/live",
        "https://www.yupptv.com/channels/india-today-news/news/25326023/15-jun-2018",
    ]