mirror of https://github.com/Jackett/Jackett
Waffles: fix whitespaces in title
This commit is contained in:
parent
45327e642e
commit
a466c87d34
|
@ -127,6 +127,9 @@
|
||||||
args: c
|
args: c
|
||||||
title:
|
title:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
|
filters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["\\s+", " "] # strip redundant whitespaces/newlines
|
||||||
download:
|
download:
|
||||||
selector: a[href^="/download.php/"]
|
selector: a[href^="/download.php/"]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
|
Loading…
Reference in New Issue