feat(indexers): FileList update download link (#1172)

feat(indexers): remove unused filename argument from download link for FL
This commit is contained in:
Bogdan 2023-10-10 19:00:06 +03:00 committed by GitHub
parent b70ad9f144
commit 525861074b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,4 @@ irc:
match:
infourl: "/details.php?id={{ .torrentId }}"
torrenturl: "/download.php?id={{ .torrentId }}&file={{ .torrentName }}.torrent&passkey={{ .passkey }}"
encode:
- torrentName
torrenturl: "/download.php?id={{ .torrentId }}&passkey={{ .passkey }}"