mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-03-20 03:46:40 +08:00
Titles like "29 岁单身冒险家的日常" cause the regex to match the leading number as episode, leaving title_raw as None. This cascades into storing null aliases and crashing match_torrent with TypeError. - Fall back to title_jp when title_en and title_zh are both None - Return None from raw_parser when no title can be extracted - Reject None/empty aliases in add_title_alias - Filter null values from parsed title_aliases JSON - Skip None title_raw in get_all_title_patterns Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>