DivTeam: Tracker optimization for *arr suite (#9655)

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

View File

@ -125,13 +125,19 @@ search:
optional: true
filters:
- name: append
args: " [English]"
args: " English"
title:
selector: a[href^="index.php?page=torrent-details"][onmouseover]:not(:contains("VOSE"))
optional: true
filters:
- name: re_replace
args: ["\\W", "."] # Spaces and other characters -> .
- name: append
args: " [Spanish] [English]"
args: ".Spanish-DivTeam"
- name: re_replace
args: ["\\.+", "."] # More than 1 dot -> .
- name: re_replace
args: ["^\\.", ""] # Delete first dot
banner:
selector: a[onmouseover][href^="index.php?page=torrent-details"]
attribute: onmouseover