修复视频发帖的链接不对

This commit is contained in:
work
2026-02-06 23:07:46 +08:00
parent 6840318cce
commit d9055ed7ec

View File

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