summaryrefslogtreecommitdiff
path: root/plugin.video.vrt.nu
diff options
context:
space:
mode:
authorpietje666 <martijn.moreel@gmail.com>2017-05-22 22:08:02 +0200
committerenen92 <enen92@users.noreply.github.com>2017-05-22 21:08:02 +0100
commit7d3062ab11378834560b400b46b60c8b425f9f2c (patch)
tree2b39615d04c2efce67746d09351eb320ab730904 /plugin.video.vrt.nu
parent89adcdaa45ba3254610f88290591d99818d2b116 (diff)
[plugin.video.vrt.nu] 0.0.3 (#1215)
Diffstat (limited to 'plugin.video.vrt.nu')
-rw-r--r--plugin.video.vrt.nu/addon.xml10
-rw-r--r--plugin.video.vrt.nu/resources/lib/vrtplayer/vrtplayer.py6
2 files changed, 9 insertions, 7 deletions
diff --git a/plugin.video.vrt.nu/addon.xml b/plugin.video.vrt.nu/addon.xml
index 02dd672..67eb748 100644
--- a/plugin.video.vrt.nu/addon.xml
+++ b/plugin.video.vrt.nu/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.vrt.nu"
name="VRT Nu"
- version="0.0.2"
+ version="0.0.3"
provider-name="Martijn Moreel">
<requires>
@@ -23,10 +23,12 @@
<platform>all</platform>
<license>GNU General Public License, v3</license>
<news>
-v0.0.1 (2017-5-01)
+v0.0.1 (01-05-2017)
- Initial working release
-v0.0.2 (2017-5-07)
-- Fixed installation issue</news>
+v0.0.2 (07-05-2017)
+- Fixed installation issue
+v0.0.3 (22-05-2017)
+- Fixed broken livestreams</news>
<source>https://github.com/pietje666/plugin.video.vrt.nu</source>
<assets>
<icon>resources/icon.png</icon>
diff --git a/plugin.video.vrt.nu/resources/lib/vrtplayer/vrtplayer.py b/plugin.video.vrt.nu/resources/lib/vrtplayer/vrtplayer.py
index 899089d..565597d 100644
--- a/plugin.video.vrt.nu/resources/lib/vrtplayer/vrtplayer.py
+++ b/plugin.video.vrt.nu/resources/lib/vrtplayer/vrtplayer.py
@@ -22,9 +22,9 @@ from resources.lib.vrtplayer import metadatacreator
class VRTPlayer:
- _VRT_LIVESTREAM_URL = "http://live.stream.vrt.be/vrt_video1_live/smil:vrt_video1_live.smil/playlist.m3u8"
- _CANVAS_LIVESTREAM_ = "http://live.stream.vrt.be/vrt_video2_live/smil:vrt_video2_live.smil/playlist.m3u8"
- _KETNET_VRT = "http://live.stream.vrt.be/vrt_events3_live/smil:vrt_events3_live.smil/playlist.m3u8"
+ _VRT_LIVESTREAM_URL = "https://live-w.lwc.vrtcdn.be/groupc/live/d05012c2-6a5d-49ff-a711-79b32684615b/live.isml/.m3u8"
+ _CANVAS_LIVESTREAM_ = "https://live-w.lwc.vrtcdn.be/groupc/live/905b0602-9719-4d14-ae2a-a9b459630653/live.isml/.m3u8"
+ _KETNET_VRT = "https://live-w.lwc.vrtcdn.be/groupc/live/8b898c7d-adf7-4d44-ab82-b5bb3a069989/live.isml/.m3u8"
_VRT_BASE = "https://www.vrt.be/"
_VRTNU_BASE_URL = urljoin(_VRT_BASE, "/vrtnu/")