mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 11:17:22 +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="]
|
args: ["details.php?id=", "download.php?torrent="]
|
||||||
title:
|
title:
|
||||||
selector: a.selection_a
|
selector: a.selection_a
|
||||||
|
filters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["^\\[[\\w ]*\\]\\s?", ""]
|
||||||
|
- name: re_replace
|
||||||
|
args: ["^\\[[\\w ]*\\]\\s?", ""]
|
||||||
details:
|
details:
|
||||||
selector: a.selection_a
|
selector: a.selection_a
|
||||||
attribute: href
|
attribute: href
|
||||||
|
|
Loading…
Reference in a new issue