mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
sukebeinyaasi: add filter setting
This commit is contained in:
@@ -11,6 +11,14 @@ legacylinks:
|
|||||||
- https://sukebei.nyaa.lol/
|
- https://sukebei.nyaa.lol/
|
||||||
|
|
||||||
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
|
||||||
@@ -64,8 +72,7 @@ search:
|
|||||||
- path: /
|
- path: /
|
||||||
inputs:
|
inputs:
|
||||||
q: "{{ .Keywords }}"
|
q: "{{ .Keywords }}"
|
||||||
# 0 no filter, 1 no remakes, 2 trusted only
|
f: "{{ .Config.filter-id }}"
|
||||||
f: 0
|
|
||||||
c: "{{ .Config.cat-id }}"
|
c: "{{ .Config.cat-id }}"
|
||||||
s: "{{ .Config.sort }}"
|
s: "{{ .Config.sort }}"
|
||||||
o: "{{ .Config.type }}"
|
o: "{{ .Config.type }}"
|
||||||
|
Reference in New Issue
Block a user