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