mirror of
https://github.com/ihmily/DouyinLiveRecorder.git
synced 2025-12-26 05:48:32 +08:00
fix: update tiktok parse
This commit is contained in:
parent
df469909cb
commit
2f496111da
4
main.py
4
main.py
@ -1078,7 +1078,7 @@ def start_record(url_data: tuple, count_variable: int = -1):
|
||||
else:
|
||||
anchor_name = port_info.get("anchor_name", '')
|
||||
|
||||
if anchor_name == '':
|
||||
if not port_info.get("anchor_name", ''):
|
||||
print(f'序号{count_variable} 网址内容获取失败,进行重试中...获取失败的地址是:{url_data}')
|
||||
warning_count += 1
|
||||
else:
|
||||
@ -1943,4 +1943,4 @@ while True:
|
||||
|
||||
first_run = False
|
||||
|
||||
time.sleep(3)
|
||||
time.sleep(3)
|
||||
Loading…
x
Reference in New Issue
Block a user