EliteTorrent: Improve titles for *arr suite (#9707)

This commit is contained in:
Daniel Martin Gonzalez 2020-10-01 22:09:27 +02:00 committed by GitHub
parent 0bddf5e3bc
commit 5ee83fe3b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -74,11 +74,15 @@ search:
- name: replace - name: replace
args: ["Pelicula en ", ""] args: ["Pelicula en ", ""]
- name: replace - name: replace
args: ["Español", "Spanish"] args: ["Español Latino", "LATiN SPANiSH"]
- name: replace
args: ["Español Castellano", "SPANiSH"]
- name: replace - name: replace
args: ["Ingles", "English"] args: ["Ingles", "English"]
- name: replace - name: replace
args: ["Subtitulado", "Subtitled"] args: ["Subtitulado", " SPASUBS"]
- name: replace
args: ["VOSE", ""]
_title: _title:
selector: div.imagen > a selector: div.imagen > a
attribute: title attribute: title
@ -95,7 +99,7 @@ search:
- name: re_replace - name: re_replace
args: ["(\\d{1})×(\\d{2})", "S0$1E$2"] args: ["(\\d{1})×(\\d{2})", "S0$1E$2"]
title: title:
text: "{{ .Result._title}} {{ .Result.quality }} {{ .Result.language }}" text: "{{ .Result._title}} {{ .Result.language }} {{ .Result.quality }}"
details: details:
selector: .meta a selector: .meta a
attribute: href attribute: href