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:
|
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 }}"
|
||||||
|
Reference in New Issue
Block a user