mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-01 16:04:07 +02:00
torrentdb: oops fix 57fa8abd
This commit is contained in:
@@ -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: ""
|
||||
|
Reference in New Issue
Block a user