mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
assorted: standardise search path usage
This commit is contained in:
@@ -96,7 +96,8 @@ login:
|
||||
|
||||
search:
|
||||
# https://hdf.world/torrents.php?searchstr=Un+Singe+en+hiver+1962&freetorrent=1&order_by=time&order_way=desc&action=advanced&searchsubmit=1
|
||||
path: torrents.php
|
||||
paths:
|
||||
- path: torrents.php
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
||||
searchstr: "{{ .Keywords }}"
|
||||
|
@@ -91,7 +91,8 @@ login:
|
||||
|
||||
search:
|
||||
# https://mnvv2.info/browse.php?showsearch=1&c13=1&c3=1&search=&blah=0&incldead=1&team=0&orderby=added&sort=desc&language=all
|
||||
path: browse.php
|
||||
paths:
|
||||
- path: browse.php
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||
search: "{{ .Keywords }}"
|
||||
|
@@ -44,7 +44,6 @@ login:
|
||||
search:
|
||||
paths:
|
||||
- path: browse.php
|
||||
method: get
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||
search: "{{ .Keywords }}"
|
||||
|
@@ -155,7 +155,8 @@ login:
|
||||
selector: form[name="jump1"]
|
||||
|
||||
search:
|
||||
path: index.php
|
||||
paths:
|
||||
- path: index.php
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["(?i)S(\\d+)", " $1 "]
|
||||
|
@@ -116,7 +116,8 @@ login:
|
||||
|
||||
search:
|
||||
# https://the-new-fun.spdns.eu/browse.php?showsearch=1&c140=1&c142=1&search=2022+1080p&incldead=1&orderby=added&sort=desc
|
||||
path: browse.php
|
||||
paths:
|
||||
- path: browse.php
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||
showsearch: 1
|
||||
|
@@ -79,7 +79,8 @@ login:
|
||||
selector: div#statusbar
|
||||
|
||||
search:
|
||||
path: browse.php
|
||||
paths:
|
||||
- path: browse.php
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}&c{{.}}=1{{end}}"
|
||||
# 0 active, 1 incldead, 2 onlydead
|
||||
|
Reference in New Issue
Block a user