2fast4you: add config multi option. #9544

add minimumratio
This commit is contained in:
Garfield69 2020-09-18 14:59:41 +12:00
parent ff39cd1395
commit 4174c6979f
1 changed files with 45 additions and 8 deletions

View File

@ -94,6 +94,25 @@ settings:
type: checkbox type: checkbox
label: Search freeleech only label: Search freeleech only
default: false default: false
- name: multilang
type: checkbox
label: Replace MULTI by another language in release name
default: false
- name: multilanguage
type: select
label: Replace MULTI by this language
default: FRENCH
options:
FRENCH: "FRENCH"
MULTI.FRENCH: "MULTI.FRENCH"
ENGLISH: "ENGLISH"
MULTI.ENGLISH: "MULTI.ENGLISH"
VOSTFR: "VOSTFR"
MULTI.VOSTFR: "MULTI.VOSTFR"
- name: vostfr
type: checkbox
label: Replace VOSTFR with ENGLISH
default: false
- name: sort - name: sort
type: select type: select
label: Sort requested from site label: Sort requested from site
@ -153,20 +172,36 @@ search:
filters: filters:
- name: querystring - name: querystring
args: cat args: cat
title_phase1:
selector: a[href^="torrents-details.php?id="]
filters:
- name: replace
args: [" - (Nouveau!)", ""]
title_multilang:
text: "{{ .Result.title_phase1 }}"
filters:
- name: re_replace
args: ["(?i)(\\smulti\\s)", " {{ .Config.multilanguage }} "]
title_phase2:
text: "{{ if .Config.multilang }}{{ .Result.title_multilang }}{{ else }}{{ .Result.title_phase1 }}{{ end }}"
title_vostfr:
text: "{{ .Result.title_phase2 }}"
filters:
- name: re_replace
args: ["(?i)(\\svostfr\\s)", " ENGLISH "]
- name: re_replace
args: ["(?i)(\\ssubfrench\\s)", " ENGLISH "]
title:
text: "{{ if .Config.vostfr }}{{ .Result.title_vostfr }}{{ else }}{{ .Result.title_phase2 }}{{ end }}"
details:
selector: a[href^="torrents-details.php?id="]
attribute: href
download: download:
selector: a[href^="torrents-details.php?id="] selector: a[href^="torrents-details.php?id="]
attribute: href attribute: href
filters: filters:
- name: replace - name: replace
args: ["torrents-details.php", "download.php"] args: ["torrents-details.php", "download.php"]
title:
selector: a[href^="torrents-details.php?id="]
filters:
- name: replace
args: [" - (Nouveau!)", ""]
details:
selector: a[href^="torrents-details.php?id="]
attribute: href
banner: banner:
selector: img.rounded-img selector: img.rounded-img
attribute: src attribute: src
@ -185,4 +220,6 @@ search:
uploadvolumefactor: uploadvolumefactor:
case: case:
"*": 1 "*": 1
minimumratio:
text: 0.75
# engine n/a # engine n/a