mirror of
https://github.com/Jackett/Jackett
synced 2025-02-22 14:20:57 +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:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: [" ()", ""]
|
args: [" ()", ""]
|
||||||
|
- name: replace
|
||||||
|
args: ["\t", ""]
|
||||||
- name: replace
|
- name: replace
|
||||||
args: [" / Freeleech!", ""]
|
args: [" / Freeleech!", ""]
|
||||||
category:
|
category:
|
||||||
|
|
Loading…
Reference in a new issue