Torrent file name sanitizing (#390)

Hi, I've added file names sanitization when saving the torrent file, as
previously the import was failing on torrents with special characters in
names. This fixes #367
This commit is contained in:
Sergey Khruschak
2026-02-03 18:09:36 +02:00
committed by GitHub
parent d5994a9037
commit 24fcba6bee
3 changed files with 14 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ dependencies = [
"sabnzbd-api>=0.1.2",
"transmission-rpc>=7.0.11",
"libtorrent>=2.0.11",
"pathvalidate>=3.3.1",
]
[dependency-groups]