This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
Changelog
- Implemented .torrent file generation (4491af8, 6de1f35, abe44a4)
- Added support for retrieving the announce URL via API.
- Added support for replacing the announce URL and comment of a .torrent file.
- Added
--download
flag to keep downloading as an alternative processing method. - Set generating cross-seedable .torrent files as default, cutting processing times in half.
- Reworked exception handling (05841cf)
- Added a retry mechanism with exponentially increasing retry times.
- Added a cap to retry times and a limit to the number of retries.
- Added a check to the validity of API keys.
- Fixed crashes due to request timeouts, connection errors, json decoding errors, etc.
- Improved the readability of error messages.
- Moved to kwargs for params (699f9d6, ccd9a08)