feat: 添加日志记录和页面加载状态处理以优化票据处理流程
This commit is contained in:
parent
6354c98333
commit
a1c769ba83
@ -200,6 +200,9 @@ class DailymotionClient:
|
||||
@require_login
|
||||
def process_ticket(self, title, link):
|
||||
# titles = '\r\n'.join(title)
|
||||
logger.info(f"Processing ticket for title: {title}, link: {link}")
|
||||
self.page.goto(self.url, timeout=3000)
|
||||
self.page.wait_for_load_state("networkidle", timeout=30000)
|
||||
description = """We request that you take immediate actionto stop the infringing activity, take steps to ensure that iQIYI Content is notre-posted on, re-linked to, or otherwise available through your site. Pleaseinform us of the actions you have taken and their results.
|
||||
1) please help remove these videos
|
||||
2) The drama series titles are {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user