mirror of
https://github.com/Jackett/Jackett
synced 2025-03-11 14:44:46 +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:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: viewno18.php
|
- path: viewno18sb.php
|
||||||
categories: ["!", 901, 902, 903, 904, 905, 906, 907, 908, 910, 911, 912]
|
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]
|
categories: [901, 902, 903, 904, 905, 906, 907, 908, 910, 911, 912]
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||||
|
@ -134,7 +134,7 @@ search:
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
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
|
attribute: href
|
||||||
filters:
|
filters:
|
||||||
- name: querystring
|
- name: querystring
|
||||||
|
|
Loading…
Add table
Reference in a new issue