Skip to content

Commit 66e9585

Browse files
authored
plugin.video.nhklive [4.0.11] (#4646)
1 parent f87f1a1 commit 66e9585

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugin.video.nhklive/addon.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<addon id="plugin.video.nhklive"
33
name="NHK Live"
4-
version="4.0.10"
4+
version="4.0.11"
55
provider-name="t1m">
66
<requires>
77
<import addon="xbmc.python" version="3.0.0"/>
@@ -23,7 +23,7 @@
2323
<forum>https://forum.kodi.tv/showthread.php?tid=263652</forum>
2424
<website>https://www3.nhk.or.jp/</website>
2525
<source>https://github.com/learningit/repo-plugins</source>
26-
<news>Version 4.0.10 Update for new API fixes
26+
<news>Version 4.0.11 Update for live stream fix
2727
</news>
2828
<assets>
2929
<icon>resources/icon.png</icon>

plugin.video.nhklive/resources/lib/scraper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def getAddonEpisodes(self,url,ilist):
7070

7171

7272
def getAddonShows(self,url,ilist):
73-
nhkurl = 'https://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index.m3u8'
73+
nhkurl = 'https://nhkworld-tv.akamaized.net/hls/live/2115640/nhkworld-tv/index.m3u8'
7474
b = requests.get('https://nwapi.nhk.jp/nhkworld/epg/v7b/world/now.json', headers=self.defaultHeaders).json()
7575
for a in b['channel']['item']:
7676
thumb = a['thumbnail_s']

0 commit comments

Comments
 (0)