fix(indexers): SATClubbing download url (#1630)

This commit is contained in:
ze0s 2024-08-27 09:48:51 +02:00 committed by GitHub
parent b2db1cc091
commit 5ae4ed3604
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,4 +72,4 @@ irc:
match:
infourl: "/details.php?id={{ .torrentId }}"
torrenturl: "/download.php?id={{ .torrentId }}&name={{ .encodedName }}?passkey={{ .passkey }}"
torrenturl: "/download.php?id={{ .torrentId }}&name={{ .encodedName }}&passkey={{ .passkey }}"