HacheDe: Tracker optimization for *arr suite (#9703)

This commit is contained in:
Jose Antonio 2020-10-01 20:22:07 +02:00 committed by GitHub
parent 73263ff928
commit 454177ce9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -169,8 +169,14 @@ search:
title:
selector: td.torrent_name > a, .newIndicator > a
filters:
- name: re_replace
args: ["\\W", "."] # Spaces and other characters -> .
- name: append
args: " SPANISH"
args: ".Spanish-HacheDe"
- name: re_replace
args: ["\\.+", "."] # More than 1 dot -> .
- name: re_replace
args: ["^\\.", ""] # Delete first dot
details:
selector: td.torrent_name > a, .newIndicator > a
attribute: href