hachede: Add BRDISK in the title if the release is a FullBR (#9717)

This commit is contained in:
Jose Antonio
2020-10-02 09:56:54 +02:00
committed by GitHub
parent 766292969e
commit 45f85b3833

View File

@@ -172,6 +172,8 @@ search:
title: title:
selector: td.torrent_name > a, .newIndicator > a selector: td.torrent_name > a, .newIndicator > a
filters: filters:
- name: re_replace
args: ["(?i)full", "BRDISK."] # FULL(BR/UHD) -> BRDISK
- name: re_replace - name: re_replace
args: ["\\W", "."] # Spaces and other characters -> . args: ["\\W", "."] # Spaces and other characters -> .
- name: append - name: append