File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
2
$description United Arab Emirates CDN hosting live content for various websites in The Middle East.
3
3
$url alwasat.ly
4
- $url media.gov.kw
5
4
$type live
6
5
$region various
7
6
"""
19
18
20
19
21
20
@pluginmatcher (name = "alwasatly" , pattern = re .compile (r"https?://(?:www\.)?alwasat\.ly" ))
22
- @pluginmatcher (name = "mediagovkw" , pattern = re .compile (r"https?://(?:www\.)?media\.gov\.kw" ))
23
21
class HiPlayer (Plugin ):
24
22
DAI_URL = "https://pubads.g.doubleclick.net/ssai/event/{0}/streams"
25
23
Original file line number Diff line number Diff line change @@ -7,6 +7,4 @@ class TestPluginCanHandleUrlHiPlayer(PluginCanHandleUrl):
7
7
8
8
should_match = [
9
9
("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" ),
12
10
]
You can’t perform that action at this time.
0 commit comments