mangayomi-mirror/lib/utils/extensions
NBA2K1 a9e307b2a4 Add multi-season support and split parse methods
Changes:
- Add season-keyword regex (staffel, season, saison, temporada) and
  episode-keyword regex (folge, episode, ep.) to reliably extract
  the correct number regardless of name format
- parseChapterNumber() now encodes season context into the sort key
  (season * 100000 + episode) so multi-season anime sort correctly
  across seasons without mixing episode numbers
- Add parseEpisodeNumber() which strips season context and returns
  only the episode number within a season; use this for tracker
  updates (MAL/AniList/Kitsu) and AniSkip lookups, where the tracker
  entry is already season-specific
- Switch updateTrackChapterRead and getAniSkipResults to
  parseEpisodeNumber to fix incorrect episode reporting for
  multi-season anime
- Compile all RegExp objects as static finals instead of per-call
  instantiation
- Refactor duplicated parse logic into a single private _parse()
  method with an applySeason flag
2026-04-26 03:32:28 +02:00
..
build_context_extensions.dart fix 2024-12-13 10:31:57 +01:00
chapter_extensions.dart Add multi-season support and split parse methods 2026-04-26 03:32:28 +02:00
dom_extensions.dart remove unnecessary calls 2025-12-17 21:34:45 +01:00
manga_extensions.dart Make chapter UI list descending by default 2026-04-26 03:29:27 +02:00
others.dart feat: Implement upcoming manga calendar feature 2026-03-05 12:05:29 +01:00
stream.dart dart format 2025-02-23 15:31:49 +01:00
string_extensions.dart added mpv config for Anime4K 2025-07-24 22:25:14 +02:00