mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 21:54:51 +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:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
# https://thegeeks.click/browse.php?sort=added&h=6&d=DESC
|
||||||
- path: browse.php
|
- path: browse.php
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
||||||
|
@ -100,6 +101,8 @@ search:
|
||||||
titleonly: 1
|
titleonly: 1
|
||||||
# 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used
|
# 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used
|
||||||
nonboolean: 0
|
nonboolean: 0
|
||||||
|
sort: "{{ .Config.sort }}"
|
||||||
|
d: "{{ .Config.type }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="]):not(:has(font[color="blue"])):not(:contains("*TCG*"))
|
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