fix: update tiktok parse

This commit is contained in:
ihmily 2024-06-11 14:35:08 +08:00
parent df469909cb
commit 2f496111da

View File

@ -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)