fix(indexers): bad nCore torrent URL (#586)

Fixed bad ncore URL
This commit is contained in:
soup 2022-12-28 14:57:57 +01:00 committed by GitHub
parent 1a1a10a7b3
commit 0c04c669c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,4 +69,4 @@ irc:
match:
# https://ncore.pro/torrents.php?action=download&id=0000&key=00000
torrenturl: "/download&id={{ .torrentId }}&key={{ .passkey }}"
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&key={{ .passkey }}"