mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
hachede: Add BRDISK in the title if the release is a FullBR (#9717)
This commit is contained in:
parent
766292969e
commit
45f85b3833
1 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,8 @@ search:
|
|||
title:
|
||||
selector: td.torrent_name > a, .newIndicator > a
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: ["(?i)full", "BRDISK."] # FULL(BR/UHD) -> BRDISK
|
||||
- name: re_replace
|
||||
args: ["\\W", "."] # Spaces and other characters -> .
|
||||
- name: append
|
||||
|
|
Loading…
Add table
Reference in a new issue