mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
acervos: -> fix description #13324
This commit is contained in:
parent
2fbcea8b5b
commit
c50b9dfb0b
1 changed files with 1 additions and 3 deletions
|
@ -119,8 +119,6 @@ search:
|
||||||
_reg:
|
_reg:
|
||||||
selector: region
|
selector: region
|
||||||
optional: true
|
optional: true
|
||||||
description:
|
|
||||||
text: "{{ .Result._cat }} {{ .Result._type }} {{ .Result._res }} {{ .Result._reg }}"
|
|
||||||
download:
|
download:
|
||||||
selector: download_link
|
selector: download_link
|
||||||
infohash:
|
infohash:
|
||||||
|
@ -146,7 +144,7 @@ search:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: [" & ", "_&_"]
|
args: [" & ", "_&_"]
|
||||||
description:
|
description:
|
||||||
text: "{{ .Result.genre }}"
|
text: "{{ .Result._cat }} {{ .Result._type }} {{ .Result._res }} {{ .Result._reg }} {{ .Result.genre }}"
|
||||||
files:
|
files:
|
||||||
selector: num_file
|
selector: num_file
|
||||||
seeders:
|
seeders:
|
||||||
|
|
Loading…
Add table
Reference in a new issue