Commit Graph

8 Commits

Author SHA1 Message Date
26b4ea7f56 fix kinopoisk api 2025-11-21 17:09:51 +02:00
a3a7aa2474 Add 'api/v1/tv/top-rated' route' 2025-11-21 16:51:39 +02:00
65e7ff90bd Fix '/api/v1/movies/popular' route 2025-11-21 16:29:08 +02:00
d9e48495f7 fixes 2025-11-19 15:22:55 +00:00
20d0f5e43e Add log 2025-11-19 15:02:59 +00:00
Erno
85c1a1b365 fix(kp): url-escape keyword and imdbId in Kinopoisk requests to avoid 502 2025-10-19 10:03:53 +00:00
792a2f9867 fix: Correct field names ImdbID to IMDbID
- Fixed ImdbID to IMDbID in kinopoisk.go
- Fixed ImdbID to IMDbID in kp_mapper.go
- Removed Tagline field from TVShow mapping
- All builds now pass successfully
2025-10-18 20:30:37 +00:00
b5d9f3c57d feat: Update player API to use id_type in path
All Russian players now use format: /players/{player}/{id_type}/{id}
- id_type can be kp (Kinopoisk) or imdb
- Alloha, Lumex, Vibix, HDVB support both ID types
- Added validation for id_type parameter
- Updated handlers to parse id_type from path
2025-10-18 20:21:13 +00:00