feat(downloader): add rTorrent downloader support

Implement rTorrent downloader module via XML-RPC protocol, supporting both HTTP (nginx/ruTorrent proxy) and SCGI connection modes. Add RtorrentModule implementing _ModuleBase and _DownloaderBase interfaces with no extra dependencies.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
DDSRem
2026-02-22 13:12:22 +08:00
parent 63d0850b38
commit c35faf5356
6 changed files with 938 additions and 5 deletions

View File

@@ -293,6 +293,8 @@ class DownloaderType(Enum):
Qbittorrent = "Qbittorrent"
# Transmission
Transmission = "Transmission"
# Rtorrent
Rtorrent = "Rtorrent"
# Aria2
# Aria2 = "Aria2"