mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
torrentdb: oops fix 57fa8abd
This commit is contained in:
parent
510afc88ff
commit
5981e146e0
1 changed files with 2 additions and 1 deletions
|
@ -72,7 +72,8 @@ login:
|
|||
search:
|
||||
paths:
|
||||
# https://torrentdb.net/filter/torrents?search=&tags=&freeleech=1&sorting=created_at&direction=desc&qty=25
|
||||
- path: "filter/torrents
|
||||
- path: filter/torrents
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}{{ if .Config.freeleech }}freeleech=1&{{ else }}{{ end }}"
|
||||
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBIDShort }}{{ else }}{{ .Keywords }}{{ end }}"
|
||||
tags: ""
|
||||
|
|
Loading…
Add table
Reference in a new issue