mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
siambit: new search paths
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user