mirror of
https://github.com/imgyh/tiktok.git
synced 2025-04-06 08:15:46 +08:00
fix(live): 修复无法播放http的直播地址
This commit is contained in:
parent
42436948f7
commit
04ec0f1c40
@ -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]]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user