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