mirror of
https://github.com/Jackett/Jackett
synced 2025-03-08 21:06:25 +00:00
polishtracker-api: fix download link (#14814)
resolves Prowlarr/Indexers#386
This commit is contained in:
parent
c4bfcf80db
commit
737bd9b61f
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ search:
|
|||
details:
|
||||
text: "{{ .Config.sitelink }}torrents/{{ .Result._id }}"
|
||||
download:
|
||||
text: "https://api.pte.nu/torrents/download/{{ .Result._id }}"
|
||||
text: "https://api-test.pte.nu/download/{{ .Result._id }}"
|
||||
imdbid:
|
||||
selector: imdb_id
|
||||
genre:
|
||||
|
|
Loading…
Add table
Reference in a new issue