mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
nyaa.si: Restore filter config (#8275)
This commit is contained in:
parent
341c026c8f
commit
b76dcbfb82
1 changed files with 9 additions and 1 deletions
|
@ -15,6 +15,14 @@
|
|||
- https://nyaa.ind-unblock.xyz/
|
||||
|
||||
settings:
|
||||
- name: filter-id
|
||||
type: select
|
||||
label: Filter
|
||||
default: "0"
|
||||
options:
|
||||
0: No filter
|
||||
1: No remakes
|
||||
2: Trusted only
|
||||
- name: cat-id
|
||||
type: select
|
||||
label: Category
|
||||
|
@ -106,7 +114,7 @@
|
|||
- path: /
|
||||
inputs:
|
||||
q: "{{ .Keywords }}"
|
||||
f: 0
|
||||
f: "{{ .Config.filter-id }}"
|
||||
c: "{{ .Config.cat-id }}"
|
||||
s: "{{ .Config.sort }}"
|
||||
o: "{{ .Config.type }}"
|
||||
|
|
Loading…
Reference in a new issue