Skip to content

Commit 6194365

Browse files
committed
plugins.hiplayer: remove mediagovkw matcher
1 parent 8a29117 commit 6194365

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/streamlink/plugins/hiplayer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""
22
$description United Arab Emirates CDN hosting live content for various websites in The Middle East.
33
$url alwasat.ly
4-
$url media.gov.kw
54
$type live
65
$region various
76
"""
@@ -19,7 +18,6 @@
1918

2019

2120
@pluginmatcher(name="alwasatly", pattern=re.compile(r"https?://(?:www\.)?alwasat\.ly"))
22-
@pluginmatcher(name="mediagovkw", pattern=re.compile(r"https?://(?:www\.)?media\.gov\.kw"))
2321
class HiPlayer(Plugin):
2422
DAI_URL = "https://pubads.g.doubleclick.net/ssai/event/{0}/streams"
2523

tests/plugins/test_hiplayer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ class TestPluginCanHandleUrlHiPlayer(PluginCanHandleUrl):
77

88
should_match = [
99
("alwasatly", "https://alwasat.ly/live"),
10-
("mediagovkw", "https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTV1"),
11-
("mediagovkw", "https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVSports"),
1210
]

0 commit comments

Comments
 (0)