prostylex: new search path. resolves #9468

This commit is contained in:
Garfield69
2020-09-08 07:28:22 +12:00
parent 6dcb71b2de
commit 84f4bc1fce

View File

@@ -114,7 +114,7 @@ login:
error: error:
- selector: div.myFrame:contains("Access Denied") - selector: div.myFrame:contains("Access Denied")
test: test:
path: torrents-search.php path: search.php
download: download:
selector: a[href^="magnet:?"] selector: a[href^="magnet:?"]
@@ -122,9 +122,9 @@ download:
search: search:
paths: paths:
# http://prostylex.org/torrents-search.php?search= # http://prostylex.org/search.php?search=
# http://prostylex.org/torrents-search.php?c1=1&c2=1&c3=1&search=expanse&lang=0&cat=0 # http://prostylex.org/search.php?c1=1&c2=1&c3=1&search=expanse&lang=0&cat=0
- path: torrents-search.php - path: search.php
inputs: inputs:
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}" $raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
search: "{{ .Keywords }}" search: "{{ .Keywords }}"