mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
theplace: add missing sort
This commit is contained in:
parent
e19e131e1c
commit
bf1b9594d8
1 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,7 @@ login:
|
|||
|
||||
search:
|
||||
paths:
|
||||
# https://thegeeks.click/browse.php?sort=added&h=6&d=DESC
|
||||
- path: browse.php
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
||||
|
@ -100,6 +101,8 @@ search:
|
|||
titleonly: 1
|
||||
# 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used
|
||||
nonboolean: 0
|
||||
sort: "{{ .Config.sort }}"
|
||||
d: "{{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="]):not(:has(font[color="blue"])):not(:contains("*TCG*"))
|
||||
|
|
Loading…
Add table
Reference in a new issue