mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
prostylex: new search path. resolves #9468
This commit is contained in:
@@ -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 }}"
|
||||
|
Reference in New Issue
Block a user