mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
torrentmasters: fix download link
This commit is contained in:
parent
ceaaefe538
commit
e3ecce9bbc
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ search:
|
|||
- name: regexp
|
||||
args: (\d+)
|
||||
download:
|
||||
text: "{{ .Config.sitelink }}/download.php?id={{ .Result._id }}"
|
||||
text: "{{ .Config.sitelink }}download/{{ .Result._id }}/"
|
||||
title_hungarian:
|
||||
selector: a[href^="/details/"]
|
||||
attribute: title
|
||||
|
|
Loading…
Add table
Reference in a new issue