Skip to content

Commit

Permalink
torrentleech.pl: English titles refinement. #8615
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed May 22, 2020
1 parent eabe52e commit ff48308
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Jackett.Common/Definitions/torrentleech-pl.yml
Expand Up @@ -121,7 +121,8 @@ search:
selector: a[href^="details.php?id="]
filters:
- name: re_replace
args: ["^(.* / )(.*)$", "$2"]
args: ["^(.*/)(.*)$", "$2"]
- name: trim
title:
text: "{{ if .Config.drop_polish_prefix }}{{ .Result.title_stripped }}{{ else }}{{ .Result.title_raw }}{{ end }}"
details:
Expand Down

0 comments on commit ff48308

Please sign in to comment.