mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 02:39:26 +00:00
Torrent-Explosiv: Remove [Group Tag] in title (#7532)
This commit is contained in:
parent
7aac4fcfcb
commit
692d006078
1 changed files with 5 additions and 0 deletions
|
@ -143,6 +143,11 @@
|
|||
args: ["details.php?id=", "download.php?torrent="]
|
||||
title:
|
||||
selector: a.selection_a
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: ["^\\[[\\w ]*\\]\\s?", ""]
|
||||
- name: re_replace
|
||||
args: ["^\\[[\\w ]*\\]\\s?", ""]
|
||||
details:
|
||||
selector: a.selection_a
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue