mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
ettv: drop torrent from end of titles. resolves #6903
This commit is contained in:
parent
4f7f495200
commit
77a1ce1670
1 changed files with 3 additions and 0 deletions
|
@ -127,6 +127,9 @@
|
|||
title:
|
||||
selector: a[href^="/torrent/"][title]
|
||||
attribute: title
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: ["( torrent)$", ""]
|
||||
category:
|
||||
selector: a[href^="/torrents.php?cat="]
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue