feat: 更新report_video.py中的视频报告提示以支持多个视频链接
This commit is contained in:
parent
6ff558c50d
commit
8065378c7e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user