mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
tellytorrent: refresg cats
This commit is contained in:
parent
e18dd1955e
commit
2a5373865b
1 changed files with 1 additions and 2 deletions
|
@ -19,7 +19,6 @@ caps:
|
|||
- {id: 5, cat: PC/Games, desc: "Games"}
|
||||
- {id: 6, cat: PC/0day, desc: "Application"}
|
||||
- {id: 7, cat: PC/Phone-Other, desc: "Mobile App"}
|
||||
- {id: 8, cat: Other, desc: "IPL 2019"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
@ -78,7 +77,7 @@ search:
|
|||
- path: torrents/filter
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}"
|
||||
search: "{{ if .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
||||
search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
||||
description: ""
|
||||
uploader: ""
|
||||
imdb: "{{ .Query.IMDBIDShort }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue