mirror of https://github.com/Jackett/Jackett
2 Fast 4 You: remove Nouveau flag from titles
This commit is contained in:
parent
6a4f6e3638
commit
4a519226f5
|
@ -112,6 +112,9 @@
|
||||||
args: ["torrents-details.php", "download.php"]
|
args: ["torrents-details.php", "download.php"]
|
||||||
title:
|
title:
|
||||||
selector: a[href^="torrents-details.php?id="]
|
selector: a[href^="torrents-details.php?id="]
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: [" - (Nouveau!)", ""]
|
||||||
category:
|
category:
|
||||||
selector: a[href^="torrents.php?cat="]
|
selector: a[href^="torrents.php?cat="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
|
Loading…
Reference in New Issue