mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-09 21:49:57 +08:00
@@ -131,7 +131,7 @@ def clean_sub(sub: str | None) -> str | None:
|
||||
|
||||
|
||||
def process(raw_title: str):
|
||||
raw_title = raw_title.strip()
|
||||
raw_title = raw_title.strip().replace("\n", "")
|
||||
content_title = pre_process(raw_title)
|
||||
# 预处理标题
|
||||
group = get_group(content_title)
|
||||
|
||||
Reference in New Issue
Block a user