1
0
Fork 0
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:
Garfield69 2023-11-08 15:43:48 +13:00
parent e19e131e1c
commit bf1b9594d8

View file

@ -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*"))