Skip to content

Commit

Permalink
EliteTorrent: Improve titles for *arr suite (#9707)
Browse files Browse the repository at this point in the history
  • Loading branch information
danimart1991 committed Oct 1, 2020
1 parent 0bddf5e commit 5ee83fe
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/Jackett.Common/Definitions/elitetorrent-biz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,15 @@ search:
- name: replace
args: ["Pelicula en ", ""]
- name: replace
args: ["Español", "Spanish"]
args: ["Español Latino", "LATiN SPANiSH"]
- name: replace
args: ["Español Castellano", "SPANiSH"]
- name: replace
args: ["Ingles", "English"]
- name: replace
args: ["Subtitulado", "Subtitled"]
args: ["Subtitulado", " SPASUBS"]
- name: replace
args: ["VOSE", ""]
_title:
selector: div.imagen > a
attribute: title
Expand All @@ -95,7 +99,7 @@ search:
- name: re_replace
args: ["(\\d{1})×(\\d{2})", "S0$1E$2"]
title:
text: "{{ .Result._title}} {{ .Result.quality }} {{ .Result.language }}"
text: "{{ .Result._title}} {{ .Result.language }} {{ .Result.quality }}"
details:
selector: .meta a
attribute: href
Expand Down

0 comments on commit 5ee83fe

Please sign in to comment.