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"]:
streamurls.append(source["uri"])
streamurl = streamurls[0]
# if self.fhdhr.config.dict["origin"]["force_best"]:
# streamurl = self.m3u8_beststream(streamurl)
if self.fhdhr.config.dict["origin"]["force_best"]:
streamurl = self.m3u8_beststream(streamurl)
return streamurl
def m3u8_beststream(self, m3u8_url):