7 Commits

Author SHA1 Message Date
baliasnyifeliks
ac8bbe0318 feat(controllers): add conditional handling for anime categories
Anime content classification now respects the serial/preferSeries parameter
to determine whether to treat anime as a series or movie, improving content
type detection accuracy across both Makhno and UaTUT controllers.
2026-02-04 14:33:41 +02:00
baliasnyifeliks
fed0472514 feat(makhno): support multiple language variants for categories
Add support for Ukrainian, Russian, and English category names in both
Makhno and UaTUT controllers. This improves internationalization by
recognizing category names in different languages.

Supported categories now include:
- Series: Серіал, Сериал, Аніме, Аниме, Мультсеріал, Мультсериал, TV
- Movies: Фільм, Фильм, Мультфільм, Мультфильм, Movie

Refactored filtering logic to use dedicated helper methods for better
code maintainability.
2026-02-04 14:20:58 +02:00
baliasnyifeliks
e846ce65b3 refactor(controllers): strip sensitive query parameters from stream URLs
Add StripLampacArgs method to remove account_email, uid, and nws_id
parameters from streaming URLs before processing. This enhances privacy
by preventing user identification data from being passed through to
external services. The change is applied across all controllers that
handle stream URL generation.
2026-02-04 08:53:52 +02:00
baliasnyifeliks
3436520e4a привів усе до 1‑based сезонів 2026-02-03 21:34:57 +02:00
baliasnyifeliks
e5e3b38122 refactor(controllers): consolidate stream URL generation across controllers
Refactor episode link construction to use a common BuildStreamUrl method
in Makhno and UaTUT controllers, and add streamlink support to UAKino
controller. This change standardizes how streaming URLs are generated and
passed to the episode template, reducing code duplication and improving
maintainability.
2026-02-03 21:16:50 +02:00
baliasnyifeliks
92948d66cb refactor(bamboo, uakino, uatut, uaflix): consolidate template output 2026-02-02 16:43:47 +02:00
baliasnyifeliks
2249a36c96 Fix 2026-01-31 21:30:55 +02:00