-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(episode): implement concurrent URL fetching with rate limiting (#…
…39) * docs: add macOS installation instructions * fix: handle currently airing anime episodes correctly - Add IsAiring field to track airing status of anime - Improve GetAnimeDataByID to fetch and handle airing status - Fix completion logic for currently airing shows * chore: Sprintf -> Errorf * feat(episode): implement concurrent URL fetching with rate limiting - Add parallel processing of source URLs with goroutines - Implement rate limiting (50ms) to prevent API overload - Add timeout handling (10s) for request completion - Maintain result order using ordered collection - Add error handling and partial result recovery - Improve logging for better debugging
- Loading branch information
1 parent
4e6d124
commit 4358e9d
Showing
4 changed files
with
139 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters