mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(indexers): iPlay RMT update download url (#1849)
This commit is contained in:
parent
97e02d3d79
commit
ee04c61a54
1 changed files with 3 additions and 1 deletions
|
@ -78,4 +78,6 @@ irc:
|
||||||
|
|
||||||
match:
|
match:
|
||||||
infourl: "/details.php?id={{ .torrentId }}"
|
infourl: "/details.php?id={{ .torrentId }}"
|
||||||
torrenturl: "/download2.php?id={{ .torrentId }}&passkey={{ .passkey }}"
|
torrenturl: "/download.php/{{ .torrentId }}/{{ .torrentName }}.torrent?passkey={{ .passkey }}"
|
||||||
|
encode:
|
||||||
|
- torrentName
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue