mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 15:42:48 +00:00
TFA: Remove leading [Release Group] / [Req] combination from title (#7217)
This commit is contained in:
parent
8a9e29a2ac
commit
1375b62cf9
1 changed files with 5 additions and 0 deletions
|
@ -206,6 +206,11 @@
|
|||
":has(div.kat_cat_pic_name:contains(\"XXX\")):has(div.kat_cat_pic_name_b:contains(\"Pic\"))": 110
|
||||
title:
|
||||
selector: a.selection_a
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: ["^\\[[\\w ]*\\]\\s?", ""]
|
||||
- name: re_replace
|
||||
args: ["^\\[[\\w ]*\\]\\s?", ""]
|
||||
details:
|
||||
selector: a.selection_a
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue