From 2bc143dd588812a476d7c6d6061c2e15d8626cb0 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Mon, 21 Jul 2025 21:32:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E7=94=B5=E5=AD=90?= =?UTF-8?q?=E7=AD=BE=E5=90=8D=E5=8D=A0=E4=BD=8D=E7=AC=A6=E5=B9=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=BB=E5=87=BD=E6=95=B0=E4=B8=AD=E7=9A=84Dailymoti?= =?UTF-8?q?onClient=E5=AE=9E=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report_video.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/report_video.py b/report_video.py index b216f63..c4e5056 100644 --- a/report_video.py +++ b/report_video.py @@ -275,6 +275,8 @@ class DailymotionClient: time.sleep(1) self.page.get_by_role("checkbox", name="By submitting the present form,", exact=False).check() time.sleep(1) + self.page.get_by_role("textbox", name="electronic signature", exact=False).fill("Liu Yitiao") # 占位 + time.sleep(1) self.page.set_input_files('input#request-attachments', [ self.file_path, self.file_path2 @@ -409,7 +411,7 @@ class DailymotionClient: pass -# if __name__ == "__main__": -# dm = DailymotionClient("zhongpankeji@qq.com", "1q2w3eZp123@#") -# # dm.process_ticket("恋爱学园","https://www.dailymotion.com/video/x9lfr24") -# # dm.report_follow_up("2990081") +if __name__ == "__main__": + dm = DailymotionClient("copyright@qiyi.com", "ppsIQIYI2018@") + # dm.process_ticket("恋爱学园","https://www.dailymotion.com/video/x9lfr24") + dm.report_follow_up("13566")