feat: 更新report_video.py中的视频报告提示以支持多个视频链接

This commit is contained in:
晓丰 2025-07-02 19:49:54 +08:00
parent 6ff558c50d
commit 8065378c7e

View File

@ -241,7 +241,7 @@ class DailymotionClient:
time.sleep(1) time.sleep(1)
self.page.get_by_label("Subject").fill("Copyright infringement Notification") self.page.get_by_label("Subject").fill("Copyright infringement Notification")
time.sleep(1) time.sleep(1)
self.page.get_by_label("Please indicate the URL of the video you would like to report.").fill(link) self.page.get_by_label("Please indicate the URL of the video(s) you would like to report*").fill(link)
time.sleep(1) time.sleep(1)
self.page.get_by_label("Description").nth(1).fill(description) self.page.get_by_label("Description").nth(1).fill(description)
time.sleep(1) time.sleep(1)