mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(indexers): hd-space infourl (#699)
This commit is contained in:
parent
17cb4f4ee9
commit
fe5e15a333
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ irc:
|
||||||
- torrentId
|
- torrentId
|
||||||
|
|
||||||
match:
|
match:
|
||||||
infourl: "/details.php?id={{ .torrentId }}"
|
infourl: "/index.php?page=torrent-details&id={{ .torrentId }}"
|
||||||
torrenturl: "/download.php?id={{ .torrentId }}&f={{ .torrentName }}.torrent&rsspid={{ .rsskey }}"
|
torrenturl: "/download.php?id={{ .torrentId }}&f={{ .torrentName }}.torrent&rsspid={{ .rsskey }}"
|
||||||
encode:
|
encode:
|
||||||
- torrentName
|
- torrentName
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue