mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
xthor: more lint a78a0e94d
This commit is contained in:
@@ -84,10 +84,10 @@ caps:
|
|||||||
- {id: 23, cat: PC/Mobile-Android, desc: "Logiciels/Smartphone"}
|
- {id: 23, cat: PC/Mobile-Android, desc: "Logiciels/Smartphone"}
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [ q ]
|
search: [q]
|
||||||
movie-search: [ q, tmdbid ]
|
movie-search: [q, tmdbid]
|
||||||
tv-search: [ q, season, ep ]
|
tv-search: [q, season, ep]
|
||||||
book-search: [ q ]
|
book-search: [q]
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
- name: passkey
|
- name: passkey
|
||||||
@@ -139,16 +139,16 @@ search:
|
|||||||
text: "{{ .Result.title_original }}"
|
text: "{{ .Result.title_original }}"
|
||||||
filters:
|
filters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: [ "(?i)[\\.\\s\\[\\-]multi[\\.\\s\\]\\-]", ".{{ .Config.multilanguage }}." ]
|
args: ["(?i)[\\.\\s\\[\\-]multi[\\.\\s\\]\\-]", ".{{ .Config.multilanguage }}."]
|
||||||
title_multi_out:
|
title_multi_out:
|
||||||
text: "{{ if .Config.multilanguage }}{{ .Result.title_multi }}{{ else }}{{ .Result.title_original }}{{ end }}"
|
text: "{{ if .Config.multilanguage }}{{ .Result.title_multi }}{{ else }}{{ .Result.title_original }}{{ end }}"
|
||||||
title_vostfr:
|
title_vostfr:
|
||||||
text: "{{ .Result.title_multi_out }}"
|
text: "{{ .Result.title_multi_out }}"
|
||||||
filters:
|
filters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: [ "(?i)[\\.\\s\\[\\-]vostfr[\\.\\s\\]\\-]", ".{{ .Config.subfrench }}." ]
|
args: ["(?i)[\\.\\s\\[\\-]vostfr[\\.\\s\\]\\-]", ".{{ .Config.subfrench }}."]
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: [ "(?i)[\\.\\s\\[\\-]subfrench[\\.\\s\\]\\-]", ".{{ .Config.subfrench }}." ]
|
args: ["(?i)[\\.\\s\\[\\-]subfrench[\\.\\s\\]\\-]", ".{{ .Config.subfrench }}."]
|
||||||
title:
|
title:
|
||||||
text: "{{ if .Config.subfrench }}{{ .Result.title_vostfr }}{{ else }}{{ .Result.title_multi_out }}{{ end }}"
|
text: "{{ if .Config.subfrench }}{{ .Result.title_vostfr }}{{ else }}{{ .Result.title_multi_out }}{{ end }}"
|
||||||
details:
|
details:
|
||||||
@@ -187,6 +187,6 @@ search:
|
|||||||
# 24 hours (as seconds = 1 x 24 x 60 x 60)
|
# 24 hours (as seconds = 1 x 24 x 60 x 60)
|
||||||
text: 86400
|
text: 86400
|
||||||
minimumratio:
|
minimumratio:
|
||||||
# minimum ratio per torrent is 0.8
|
# minimum ratio per torrent is 0.8
|
||||||
text: 0.8
|
text: 0.8
|
||||||
# json api
|
# json api
|
||||||
|
Reference in New Issue
Block a user