mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(indexers): DigitalCore InfoURL (#1395)
fix(indexers): digitalcore Append a trailing slash to infourl to avoid site redirecting to home page.
This commit is contained in:
parent
ef7b5abe1a
commit
0c65231626
1 changed files with 1 additions and 1 deletions
|
@ -81,5 +81,5 @@ irc:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
match:
|
match:
|
||||||
infourl: "/torrent/{{ .torrentId }}"
|
infourl: "/torrent/{{ .torrentId }}/"
|
||||||
torrenturl: "/api/v1/torrents/download/{{ .torrentId }}/{{ .passkey }}"
|
torrenturl: "/api/v1/torrents/download/{{ .torrentId }}/{{ .passkey }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue