mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
hawke-uno: remove grouping parentheses from title
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user