mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
Xtreme Zone: update paths
This commit is contained in:
parent
3863008846
commit
3c61cb6f06
1 changed files with 7 additions and 4 deletions
|
@ -48,7 +48,7 @@
|
|||
tv-search: [q, season, ep]
|
||||
|
||||
login:
|
||||
path: /login.php
|
||||
path: /login
|
||||
method: form
|
||||
form: form
|
||||
inputs:
|
||||
|
@ -57,14 +57,14 @@
|
|||
error:
|
||||
- selector: td.embedded:has(center > h2:contains(failed))
|
||||
test:
|
||||
path: /browse.php
|
||||
path: /browse
|
||||
|
||||
ratio:
|
||||
path: /browse.php
|
||||
path: /browse
|
||||
selector: font:contains("Ratio:")+font
|
||||
|
||||
search:
|
||||
path: /browse.php
|
||||
path: /browse
|
||||
inputs:
|
||||
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
||||
search: "{{ .Query.Keywords }}"
|
||||
|
@ -86,6 +86,9 @@
|
|||
download:
|
||||
selector: a[href^="dwn.php"]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["dwn.php", "dwn"]
|
||||
size:
|
||||
selector: td:nth-child(7)
|
||||
date:
|
||||
|
|
Loading…
Reference in a new issue