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:
|
||||
selector: region
|
||||
optional: true
|
||||
description:
|
||||
text: "{{ .Result._cat }} {{ .Result._type }} {{ .Result._res }} {{ .Result._reg }}"
|
||||
download:
|
||||
selector: download_link
|
||||
infohash:
|
||||
|
@ -146,7 +144,7 @@ search:
|
|||
- name: replace
|
||||
args: [" & ", "_&_"]
|
||||
description:
|
||||
text: "{{ .Result.genre }}"
|
||||
text: "{{ .Result._cat }} {{ .Result._type }} {{ .Result._res }} {{ .Result._reg }} {{ .Result.genre }}"
|
||||
files:
|
||||
selector: num_file
|
||||
seeders:
|
||||
|
|
Loading…
Add table
Reference in a new issue