mirror of
https://github.com/Jackett/Jackett
synced 2025-02-21 22:07:10 +00:00
torrentland: fix #6570
This commit is contained in:
parent
d44bc93776
commit
8c856a9a50
1 changed files with 3 additions and 1 deletions
|
@ -57,6 +57,8 @@
|
|||
#Deportes
|
||||
- {id: 61, cat: TV/Sport, desc: "Deportes - HD"}
|
||||
- {id: 60, cat: TV/Sport, desc: "Deportes - SD"}
|
||||
|
||||
- {id: 85, cat: Books, desc: "Manuales"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
@ -82,7 +84,7 @@
|
|||
page: "torrents"
|
||||
$raw: "&category={{range .Categories}}{{.}};{{end}}"
|
||||
active: "0"
|
||||
search: "{{ .Query.Keywords }}"
|
||||
search: "{{ .Keywords }}"
|
||||
rows:
|
||||
selector: "#Mcol table.table-inverse ~ table.table-inverse > tbody > tr:not(:first-child)"
|
||||
fields:
|
||||
|
|
Loading…
Reference in a new issue