From ed4eac27a4862d822e60de2b7d8c20ac1d6ff8d3 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sat, 5 Dec 2020 13:33:38 -0500 Subject: [PATCH] test --- fHDHR/origin/origin_channels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fHDHR/origin/origin_channels.py b/fHDHR/origin/origin_channels.py index e763f10..72d94af 100644 --- a/fHDHR/origin/origin_channels.py +++ b/fHDHR/origin/origin_channels.py @@ -9,7 +9,7 @@ class OriginChannels(): self.channel_json_url = "https://www.toonamiaftermath.com/tatv.json" self.base_api = 'https://api.toonamiaftermath.com' - self.stream_url_base = "%s/streamUrl?&useHttps=true&channelName=" % self.base_api + self.stream_url_base = "%s/streamUrl?&channelName=" % self.base_api def get_channels(self):