mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrentland: cleanup
This commit is contained in:
@@ -108,17 +108,16 @@ search:
|
|||||||
selector: name:contains(VOSE)
|
selector: name:contains(VOSE)
|
||||||
optional: true
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
- name: re_replace
|
|
||||||
args: ["^ *\\[[^\\]]*\\] *", ""] # Remove prefix tags
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)\\bT(\\d+)", "S$1"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["UHDRip", "BDRip"] # Fix for Radarr
|
|
||||||
- name: append
|
- name: append
|
||||||
args: " ENGLiSH"
|
args: " ENGLiSH"
|
||||||
title_notvose:
|
title_notvose:
|
||||||
selector: name:not(:contains(VOSE))
|
selector: name:not(:contains(VOSE))
|
||||||
optional: true
|
optional: true
|
||||||
|
filters:
|
||||||
|
- name: append
|
||||||
|
args: " SPANiSH"
|
||||||
|
title:
|
||||||
|
text: "{{ if .Result.title_vose }}{{ .Result.title_vose }}{{ else }}{{ .Result.title_notvose }}{{ end }}"
|
||||||
filters:
|
filters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["^ *\\[[^\\]]*\\] *", ""] # Remove prefix tags
|
args: ["^ *\\[[^\\]]*\\] *", ""] # Remove prefix tags
|
||||||
@@ -126,10 +125,6 @@ search:
|
|||||||
args: ["(?i)\\bT(\\d+)", "S$1"]
|
args: ["(?i)\\bT(\\d+)", "S$1"]
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["UHDRip", "BDRip"] # Fix for Radarr
|
args: ["UHDRip", "BDRip"] # Fix for Radarr
|
||||||
- name: append
|
|
||||||
args: " SPANiSH"
|
|
||||||
title:
|
|
||||||
text: "{{ if .Result.title_vose }}{{ .Result.title_vose }}{{ else }}{{ .Result.title_notvose }}{{ end }}"
|
|
||||||
details:
|
details:
|
||||||
selector: details_link
|
selector: details_link
|
||||||
download:
|
download:
|
||||||
|
Reference in New Issue
Block a user