aboutsummaryrefslogtreecommitdiff
path: root/utils/api/streaming
AgeCommit message (Collapse)AuthorFilesLines
2026-02-24Add GetAnimeEpisodes endpoint and implement episode retrieval logicBobby1-0/+50
2026-02-06Refactor TMDB and TVDB API integrationBobby2-189/+135
- Removed redundant struct definitions in TMDB types.go for cleaner code. - Introduced a client struct in both TMDB and TVDB to manage HTTP client and authentication tokens. - Updated TVDB authentication logic to use a single client instance with improved error handling. - Refactored episode fetching and processing functions in TVDB to enhance readability and maintainability. - Simplified episode ID generation logic by consolidating it into a single function. - Improved logging for better debugging and tracking of API interactions.
2026-01-16Rename streaming source type from "M3U8" to "HLS" for clarity in ↵Bobby1-1/+1
GetEpisodeLinks function
2026-01-15Add episode streaming functionality and cachingBobby1-4/+50
2025-05-09refactored typesBobby2-0/+553