mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-01 07:53:41 +02:00
hdspain: update ULVF detection. resolves #12460
also move Extras to end of title (was placing them at front which would prevent Sonarr from working).
This commit is contained in:
@@ -55,7 +55,9 @@ search:
|
|||||||
sec: listado
|
sec: listado
|
||||||
ord: 9
|
ord: 9
|
||||||
b: "{{ .Keywords }}"
|
b: "{{ .Keywords }}"
|
||||||
|
# 0 incldead, 1 onlyactive, 2 onlydead
|
||||||
ver: 0
|
ver: 0
|
||||||
|
# 0 new and relaunch, 1 onlynew, 2 onlyrelaunch
|
||||||
relanz: 0
|
relanz: 0
|
||||||
$raw: "{{ range .Categories }}&cat[]={{.}}{{end}}"
|
$raw: "{{ range .Categories }}&cat[]={{.}}{{end}}"
|
||||||
|
|
||||||
@@ -81,20 +83,16 @@ search:
|
|||||||
selector: td.titulo a[id]:contains("VOSE")
|
selector: td.titulo a[id]:contains("VOSE")
|
||||||
optional: true
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
- name: prepend
|
|
||||||
args: "{{ .Result.extras }} "
|
|
||||||
- name: append
|
- name: append
|
||||||
args: " English"
|
args: "{{ .Result.extras }} English"
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["(?i)T(\\d{1,2})\\b", "S$1"]
|
args: ["(?i)T(\\d{1,2})\\b", "S$1"]
|
||||||
title_notvose:
|
title_notvose:
|
||||||
selector: td.titulo a[id]:not(:contains("VOSE"))
|
selector: td.titulo a[id]:not(:contains("VOSE"))
|
||||||
optional: true
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
- name: prepend
|
|
||||||
args: "{{ .Result.extras }} "
|
|
||||||
- name: append
|
- name: append
|
||||||
args: " Spanish"
|
args: "{{ .Result.extras }} Spanish"
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["(?i)T(\\d{1,2})\\b", "S$1"]
|
args: ["(?i)T(\\d{1,2})\\b", "S$1"]
|
||||||
title:
|
title:
|
||||||
@@ -179,11 +177,13 @@ search:
|
|||||||
selector: td.descargar a b strong
|
selector: td.descargar a b strong
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["Freeleech X2", "2"]
|
args: [" X2", "2"]
|
||||||
|
- name: replace
|
||||||
|
args: ["Freeleech", ""]
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: "{{ if .Result.uploadvolumefactor_optional }}{{ .Result.uploadvolumefactor_optional }}{{ else }}1{{ end }}"
|
text: "{{ if .Result.uploadvolumefactor_optional }}{{ .Result.uploadvolumefactor_optional }}{{ else }}1{{ end }}"
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 1.0
|
text: 1.0
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
text: 345600
|
text: 345600
|
||||||
# engine tbd
|
# engine n/a
|
||||||
|
Reference in New Issue
Block a user