mirror of
https://github.com/Jackett/Jackett
synced 2025-02-21 22:07:10 +00:00
jpopsuki: fixed an issue with tabulations in title (#4413)
This commit is contained in:
parent
5af3eaa926
commit
3c03494d85
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@
|
|||
filters:
|
||||
- name: replace
|
||||
args: [" ()", ""]
|
||||
- name: replace
|
||||
args: ["\t", ""]
|
||||
- name: replace
|
||||
args: [" / Freeleech!", ""]
|
||||
category:
|
||||
|
|
Loading…
Reference in a new issue