diff --git a/src/Jackett.Common/Definitions/theplace.yml b/src/Jackett.Common/Definitions/theplace.yml index dbb10fa02..15ada84a6 100644 --- a/src/Jackett.Common/Definitions/theplace.yml +++ b/src/Jackett.Common/Definitions/theplace.yml @@ -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*"))