Skip to content

Commit

Permalink
fixed torrent names on SKTorrent and Trezzor tracker (Jackett#10404)
Browse files Browse the repository at this point in the history
  • Loading branch information
mazmar authored Dec 7, 2020
1 parent 06a3549 commit 858bce6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Jackett.Common/Definitions/sktorrent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,13 @@ search:
args: category
title:
selector: a[href^="details.php?name="]
attribute: title
filters:
- name: re_replace
args: [".*? / ", ""]
- name: diacritics
args: replace
- name: re_replace
args: ["( = CSFD \\d+\\%)", ""]
- name: re_replace
args: ["(?i)serie", ""]
- name: re_replace
Expand Down
4 changes: 4 additions & 0 deletions src/Jackett.Common/Definitions/trezzor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ search:
# Czech, English
- name: re_replace
args: ["(?i)(Zobrazit detaily: |View details: )", ""]
- name: re_replace
args: ["(Detaily: )", ""]
- name: re_replace
args: ["(\\w)\\.(\\w)", "$1 $2"]
- name: re_replace
args: [".*? / ", ""]
- name: diacritics
Expand Down

0 comments on commit 858bce6

Please sign in to comment.