mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-30 15:38:38 +02:00
Waffles: fix whitespaces in title
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user