mirror of https://github.com/Jackett/Jackett
jpopsuki: fixed an issue with tabulations in title (#4413)
This commit is contained in:
parent
5af3eaa926
commit
3c03494d85
|
@ -69,6 +69,8 @@
|
|||
filters:
|
||||
- name: replace
|
||||
args: [" ()", ""]
|
||||
- name: replace
|
||||
args: ["\t", ""]
|
||||
- name: replace
|
||||
args: [" / Freeleech!", ""]
|
||||
category:
|
||||
|
|
Loading…
Reference in New Issue