mirror of https://github.com/Jackett/Jackett
nyaa.si: Restore filter config (#8275)
This commit is contained in:
parent
341c026c8f
commit
b76dcbfb82
|
@ -15,6 +15,14 @@
|
||||||
- https://nyaa.ind-unblock.xyz/
|
- https://nyaa.ind-unblock.xyz/
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
|
- name: filter-id
|
||||||
|
type: select
|
||||||
|
label: Filter
|
||||||
|
default: "0"
|
||||||
|
options:
|
||||||
|
0: No filter
|
||||||
|
1: No remakes
|
||||||
|
2: Trusted only
|
||||||
- name: cat-id
|
- name: cat-id
|
||||||
type: select
|
type: select
|
||||||
label: Category
|
label: Category
|
||||||
|
@ -106,7 +114,7 @@
|
||||||
- path: /
|
- path: /
|
||||||
inputs:
|
inputs:
|
||||||
q: "{{ .Keywords }}"
|
q: "{{ .Keywords }}"
|
||||||
f: 0
|
f: "{{ .Config.filter-id }}"
|
||||||
c: "{{ .Config.cat-id }}"
|
c: "{{ .Config.cat-id }}"
|
||||||
s: "{{ .Config.sort }}"
|
s: "{{ .Config.sort }}"
|
||||||
o: "{{ .Config.type }}"
|
o: "{{ .Config.type }}"
|
||||||
|
|
Loading…
Reference in New Issue