test
This commit is contained in:
parent
0d527a109d
commit
eaed302496
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user