From 8065378c7e0c3bf2a0ac7cea09c5c11c460f2716 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Wed, 2 Jul 2025 19:49:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0report=5Fvideo.py?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E8=A7=86=E9=A2=91=E6=8A=A5=E5=91=8A=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BB=A5=E6=94=AF=E6=8C=81=E5=A4=9A=E4=B8=AA=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_video.py b/report_video.py index 72b3a9a..e944a85 100644 --- a/report_video.py +++ b/report_video.py @@ -241,7 +241,7 @@ class DailymotionClient: time.sleep(1) self.page.get_by_label("Subject").fill("Copyright infringement Notification") 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) self.page.get_by_label("Description").nth(1).fill(description) time.sleep(1)