新版本需要修改一下规则
匹配标题
Xpath
//div[@class='inline-block max-w-full truncate text-[var(--semi-color-text-0)]']
Regex
(?<title>.+)
匹配季
Xpath
//div[@class='flex h-7 shrink items-end truncate text-base leading-base text-[var(--semi-color-text-1)]']/span
Regex
第\s*(?<season>\d+)\s*季\s*
匹配集数
Xpath
//div[@class='flex h-7 shrink items-end truncate text-base leading-base text-[var(--semi-color-text-1)]']/span
Regex
\s*第\s*(?<episode>\d+)\s*集\s
匹配单集标题
Xpath
//div[@class='flex h-7 shrink items-end truncate text-base leading-base text-[var(--semi-color-text-1)]']/span
Regex
集 (?<episodeTitle>.*)