mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
siambit: new search paths
This commit is contained in:
parent
b1d33e0776
commit
eb6df453c5
1 changed files with 3 additions and 3 deletions
|
@ -118,9 +118,9 @@ download:
|
|||
|
||||
search:
|
||||
paths:
|
||||
- path: viewno18.php
|
||||
- path: viewno18sb.php
|
||||
categories: ["!", 901, 902, 903, 904, 905, 906, 907, 908, 910, 911, 912]
|
||||
- path: viewbr.php
|
||||
- path: viewbrsb.php
|
||||
categories: [901, 902, 903, 904, 905, 906, 907, 908, 910, 911, 912]
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||
|
@ -134,7 +134,7 @@ search:
|
|||
|
||||
fields:
|
||||
category:
|
||||
selector: a[href^="viewno18.php?cat="], a[href^="viewbr.php?cat="]
|
||||
selector: a[href^="viewno18sb.php?cat="], a[href^="viewbrsb.php?cat="]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
|
|
Loading…
Add table
Reference in a new issue