refactor: 片名去重
This commit is contained in:
parent
2c416d8543
commit
d4449cd41a
@ -220,6 +220,7 @@ class DailymotionClient:
|
||||
links += li['link'] + ",\r\n"
|
||||
logger.info(f"Processing ticket for title: {titles}, link: {links}")
|
||||
self.page.goto(self.url, timeout=3000)
|
||||
titles = list(set(titles.strip(",\r\n"))) # 去重
|
||||
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