mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 05:36:44 +00:00
oldtoonsworld: -> 8.3.3
This commit is contained in:
parent
015f1414d2
commit
33787dcb16
1 changed files with 2 additions and 3 deletions
|
@ -77,7 +77,6 @@ search:
|
||||||
- path: "/api/torrents/filter"
|
- path: "/api/torrents/filter"
|
||||||
response:
|
response:
|
||||||
type: json
|
type: json
|
||||||
noResultsMessage: "No Torrents Found"
|
|
||||||
|
|
||||||
headers:
|
headers:
|
||||||
Authorization: ["Bearer {{ .Config.apikey }}"]
|
Authorization: ["Bearer {{ .Config.apikey }}"]
|
||||||
|
@ -94,7 +93,7 @@ search:
|
||||||
"free[]": "{{ if .Config.freeleech }}100{{ else }}{{ end }}"
|
"free[]": "{{ if .Config.freeleech }}100{{ else }}{{ end }}"
|
||||||
sortField: "{{ .Config.sort }}"
|
sortField: "{{ .Config.sort }}"
|
||||||
sortDirection: "{{ .Config.type }}"
|
sortDirection: "{{ .Config.type }}"
|
||||||
perPage: 75
|
perPage: 100
|
||||||
|
|
||||||
keywordsfilters:
|
keywordsfilters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
|
@ -191,4 +190,4 @@ search:
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 2 days (as seconds = 2 x 24 x 60 x 60)
|
# 2 days (as seconds = 2 x 24 x 60 x 60)
|
||||||
text: 172800
|
text: 172800
|
||||||
# json UNIT3D 8.3.0
|
# json UNIT3D 8.3.3
|
||||||
|
|
Loading…
Reference in a new issue