mirror of https://github.com/Jackett/Jackett
HDSpain: Replace Season with English notation: eg. T2 -> S2 (#5844)
This commit is contained in:
parent
817c22e29d
commit
9625e71fa5
|
@ -75,6 +75,8 @@
|
|||
args: "{{ .Result.extras }} "
|
||||
- name: append
|
||||
args: " [Spanish]"
|
||||
- name: re_replace
|
||||
args: ["(?i)T(\\d{1,2})\\b", "S$1"]
|
||||
details:
|
||||
selector: td.titulo a[id]
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in New Issue