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)