fix season title match

This commit is contained in:
Your Name 2024-07-14 15:13:01 -04:00 committed by Henri Dickson
parent f543e7be63
commit c3863a14b6

View file

@ -241,7 +241,7 @@ ZH_LANGUAGE_SUBTAGS = {
"hak": _("Hakka Chinese"),
}
RE_LOCALIZED_SEASON_NUMBERS = re.compile(
r"|一|二|三|四|五|六|七|八|九|零|十|\d|\s|\.|S|Season|#|第|季",
r"|一|二|三|四|五|六|七|八|九|零|十|\d|\s|\.|Season|Serie|S|#|第|季",
flags=re.IGNORECASE,
)