Skip to content

Commit

Permalink
DivTeam: Tracker optimization for *arr suite (#9655)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasimancas committed Oct 1, 2020
1 parent a5f625a commit 73263ff
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/Jackett.Common/Definitions/divteam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73263ff

Please sign in to comment.