mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(indexers): SATClubbing download url (#1630)
This commit is contained in:
parent
b2db1cc091
commit
5ae4ed3604
1 changed files with 1 additions and 1 deletions
|
@ -72,4 +72,4 @@ irc:
|
||||||
|
|
||||||
match:
|
match:
|
||||||
infourl: "/details.php?id={{ .torrentId }}"
|
infourl: "/details.php?id={{ .torrentId }}"
|
||||||
torrenturl: "/download.php?id={{ .torrentId }}&name={{ .encodedName }}?passkey={{ .passkey }}"
|
torrenturl: "/download.php?id={{ .torrentId }}&name={{ .encodedName }}&passkey={{ .passkey }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue