mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-05-08 08:58:39 +01:00
jackett indexers as of 315308307524690f7113663272174e2dd2e836c8
This commit is contained in:
@@ -98,8 +98,6 @@ search:
|
||||
selector: id
|
||||
category:
|
||||
selector: category
|
||||
_language:
|
||||
selector: language
|
||||
title_phase1:
|
||||
selector: name
|
||||
title_multilang:
|
||||
@@ -110,7 +108,7 @@ search:
|
||||
- name: re_replace
|
||||
args: ["(?i)(\\.pl\\.)", ".POLISH."]
|
||||
title:
|
||||
text: "{{ if eq .Result._language \"pl\" }}{{ .Result.title_multilang }}{{ else }}{{ .Result.title_phase1 }}{{ end }}"
|
||||
text: "{{ if .Config.multilang }}{{ .Result.title_multilang }}{{ else }}{{ .Result.title_phase1 }}{{ end }}"
|
||||
details:
|
||||
text: "{{ .Config.sitelink }}torrents/{{ .Result._id }}"
|
||||
download:
|
||||
|
||||
Reference in New Issue
Block a user