Skip to content

Commit

Permalink
hdspain: detect vose #11615
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Apr 27, 2021
1 parent 86f185d commit d9ed8b9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/Jackett.Common/Definitions/hdspain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,18 @@ search:
- name: append
args: "]"
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:
- name: prepend
args: "{{ .Result.extras }} "
Expand Down

0 comments on commit d9ed8b9

Please sign in to comment.