This commit is contained in:
deathbybandaid 2020-12-06 10:25:58 -05:00
parent 0d527a109d
commit eaed302496

View File

@ -43,8 +43,8 @@ class OriginChannels():
for source in provider["sources"]: for source in provider["sources"]:
streamurls.append(source["uri"]) streamurls.append(source["uri"])
streamurl = streamurls[0] streamurl = streamurls[0]
# if self.fhdhr.config.dict["origin"]["force_best"]: if self.fhdhr.config.dict["origin"]["force_best"]:
# streamurl = self.m3u8_beststream(streamurl) streamurl = self.m3u8_beststream(streamurl)
return streamurl return streamurl
def m3u8_beststream(self, m3u8_url): def m3u8_beststream(self, m3u8_url):