fix(indexers): Hebits infourl (#930)

fix(indexers): hebits fix infourl
This commit is contained in:
DirectorX 2023-05-14 14:17:24 +03:00 committed by GitHub
parent e5b4ded725
commit 38242a8ca6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,5 +84,5 @@ irc:
- torrentName
match:
infourl: "/torrents.php?id={{ .torrentId }}"
infourl: "/torrents.php?torrentid={{ .torrentId }}"
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .passkey }}"