mirror of
https://github.com/ihmily/DouyinLiveRecorder.git
synced 2026-03-22 07:28:24 +08:00
fix: update blued stream fetch
This commit is contained in:
@@ -804,7 +804,7 @@ async def get_blued_stream_url(url: str, proxy_addr: OptionalStr = None, cookies
|
||||
result = {"anchor_name": anchor_name, "is_live": False}
|
||||
|
||||
if live_status:
|
||||
m3u8_url = "http:" + json_data['liveInfo']['liveUrl']
|
||||
m3u8_url = json_data['liveInfo']['liveUrl']
|
||||
result |= {"is_live": True, "m3u8_url": m3u8_url, 'record_url': m3u8_url}
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user