mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
hawke-uno: remove grouping parentheses from title
This commit is contained in:
parent
53c61d6391
commit
50512207e5
1 changed files with 5 additions and 0 deletions
|
@ -90,6 +90,11 @@ search:
|
|||
selector: category
|
||||
title:
|
||||
selector: name
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: ["\\(((?>[^()]+|(?<o>)\\(|(?<-o>)\\))*(?(o)(?!)))\\)$", "$1"]
|
||||
- name: re_replace
|
||||
args: ["- (\\w+)$", "-$1"]
|
||||
details:
|
||||
selector: details_link
|
||||
download:
|
||||
|
|
Loading…
Add table
Reference in a new issue