mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
parent
5e361c2087
commit
dae55ad500
1 changed files with 1 additions and 7 deletions
|
@ -65,9 +65,6 @@
|
|||
test:
|
||||
path: main.php
|
||||
|
||||
download:
|
||||
selector: a[href^="download.php"]
|
||||
|
||||
search:
|
||||
path: browse.php
|
||||
inputs:
|
||||
|
@ -86,11 +83,8 @@
|
|||
filters:
|
||||
selector: td:nth-child(2) b
|
||||
download:
|
||||
selector: a[href^="details.php?id="]
|
||||
selector: a[href^="download.php/"]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["details.php?id=", "download.php?id="]
|
||||
details:
|
||||
selector: a[href^="details.php?id="]
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue