修复发帖

This commit is contained in:
work
2026-02-06 22:51:53 +08:00
parent c0eb3eb126
commit 6840318cce

View File

@@ -426,7 +426,6 @@ def retry_get_new_video(page, cookies, post_count):
# 点击
element.click()
page.reload(timeout=180000)
time.sleep(random.randint(3, 5))
return page.url
except Exception as e: