fix(live): 修复无法播放http的直播地址

This commit is contained in:
imgyh 2023-03-04 22:30:57 +08:00
parent 42436948f7
commit 04ec0f1c40

View File

@ -281,7 +281,7 @@ class TikTok(object):
else:
rate = 0
self.result.liveDict["flv_pull_url0"] = self.result.liveDict["flv_pull_url"][flv[rate]]
self.result.liveDict["flv_pull_url0"] = self.result.liveDict["flv_pull_url"][flv[rate]].replace("http://", "https://")
# 显示清晰度列表
print('[ %s ]:%s' % (flv[rate], self.result.liveDict["flv_pull_url"][flv[rate]]))