mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
hdspain: detect vose #11615
This commit is contained in:
@@ -78,7 +78,18 @@ search:
|
|||||||
- name: append
|
- name: append
|
||||||
args: "]"
|
args: "]"
|
||||||
title:
|
title:
|
||||||
selector: td.titulo a[id]
|
selector: td.titulo a[id]:contains("VOSE")
|
||||||
|
optional: true
|
||||||
|
filters:
|
||||||
|
- name: prepend
|
||||||
|
args: "{{ .Result.extras }} "
|
||||||
|
- name: append
|
||||||
|
args: " English"
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(?i)T(\\d{1,2})\\b", "S$1"]
|
||||||
|
title:
|
||||||
|
selector: td.titulo a[id]:not(:contains("VOSE"))
|
||||||
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
- name: prepend
|
- name: prepend
|
||||||
args: "{{ .Result.extras }} "
|
args: "{{ .Result.extras }} "
|
||||||
|
Reference in New Issue
Block a user