From b3950d4b88e7ae34e10e23ab5f7c021a5dda4dcc Mon Sep 17 00:00:00 2001 From: Nick Knouf Date: Thu, 6 Apr 2017 20:40:53 -0400 Subject: [PATCH 1/2] Updating stream URLs and names --- addon.py | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/addon.py b/addon.py index fb5f800..2ca533d 100644 --- a/addon.py +++ b/addon.py @@ -31,25 +31,20 @@ STATIC_STREAMS = ( { - 'title': 'Nasa TV HD', + 'title': 'Public-Education Channel HD', 'logo': 'public.jpg', - 'stream_url': ('http://nasatv-lh.akamaihd.net/i/' - 'NASA_101@319270/master.m3u8'), + 'stream_url': ('https://nasa-i.akamaihd.net/hls/', + 'live/253565/NTV-Public/master.m3u8'), }, { 'title': 'ISS Live Stream', 'logo': 'iss.jpg', 'stream_url': ('http://iphone-streaming.ustream.tv/ustreamVideo/' '9408562/streams/live/playlist.m3u8'), - }, { - 'title': 'Educational Channel HD', - 'logo': 'edu.jpg', - 'stream_url': ('http://nasatv-lh.akamaihd.net/i/' - 'NASA_102@319272/master.m3u8'), }, { 'title': 'Media Channel HD', 'logo': 'media.jpg', - 'stream_url': ('http://nasatv-lh.akamaihd.net/i/' - 'NASA_103@319271/master.m3u8'), + 'stream_url': ('https://nasa-i.akamaihd.net/hls/', + 'live/253566/NTV-Media/master.m3u8'), },{ 'title': 'ISS HD Earth Viewing - ustream', 'logo': 'isshd.jpg', From 617b14d060002db1ade4389b5f675c4b9408cc09 Mon Sep 17 00:00:00 2001 From: Nick Knouf Date: Thu, 6 Apr 2017 20:45:14 -0400 Subject: [PATCH 2/2] Removing extraneous commas --- addon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addon.py b/addon.py index 2ca533d..c06a8a4 100644 --- a/addon.py +++ b/addon.py @@ -33,7 +33,7 @@ { 'title': 'Public-Education Channel HD', 'logo': 'public.jpg', - 'stream_url': ('https://nasa-i.akamaihd.net/hls/', + 'stream_url': ('https://nasa-i.akamaihd.net/hls/' 'live/253565/NTV-Public/master.m3u8'), }, { 'title': 'ISS Live Stream', @@ -43,7 +43,7 @@ }, { 'title': 'Media Channel HD', 'logo': 'media.jpg', - 'stream_url': ('https://nasa-i.akamaihd.net/hls/', + 'stream_url': ('https://nasa-i.akamaihd.net/hls/' 'live/253566/NTV-Media/master.m3u8'), },{ 'title': 'ISS HD Earth Viewing - ustream',