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
|
||||
title:
|
||||
selector: td:nth-child(2)
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: ["\\s+", " "] # strip redundant whitespaces/newlines
|
||||
download:
|
||||
selector: a[href^="/download.php/"]
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in New Issue