Skip to content

Commit

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

0 comments on commit 454177c

Please sign in to comment.