1337x: Remove \u000f from title (#6280)

Very similar to commit e874255.
Fixes "System.ArgumentException: '', hexadecimal value 0x0F, is an invalid character."
(example: a search for "Legend of Korra S02")
This commit is contained in:
aljohn92 2019-11-01 14:18:31 -04:00 committed by garfield69
parent 6e4811e788
commit 79288c7376
1 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,8 @@
filters:
- name: replace
args: ["Grey's Anatomy", "Greys Anatomy"]
- name: replace
args: ["\u000f", ""] # get rid of unwanted character
category:
optional: true
selector: td[class^="coll-1"] a[href^="/sub/"]