mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
ettv: drop torrent from end of titles. resolves #6903
This commit is contained in:
@@ -127,6 +127,9 @@
|
|||||||
title:
|
title:
|
||||||
selector: a[href^="/torrent/"][title]
|
selector: a[href^="/torrent/"][title]
|
||||||
attribute: title
|
attribute: title
|
||||||
|
filters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["( torrent)$", ""]
|
||||||
category:
|
category:
|
||||||
selector: a[href^="/torrents.php?cat="]
|
selector: a[href^="/torrents.php?cat="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user