-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rework request handling and rate limiting for downloaders
- Introduced `BaseRequestHandler` and `BaseRequestParameters` for standardized request handling. - Implemented `RealDebridRequestHandler` and `AllDebridRequestHandler` to manage API requests with improved error handling. - Updated `RealDebridAPI` and `AllDebridAPI` to use new request handlers. - Enhanced rate limiting configuration for `AllDebridAPI`. - Improved logging and error management across downloader classes.
- Loading branch information
1 parent
877ffec
commit 0d31e41
Showing
3 changed files
with
134 additions
and
80 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