mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-07-05 19:47:32 +08:00
The per-bangumi default in Bangumi model already uses \d+-\d+ to filter batch/collection torrents (e.g. '01-13'). The global RSSParser default was inconsistently using \d+-\d (one fewer +), which has subtly different matching behaviour. Align both defaults to \d+-\d+ for consistency.