mirror of https://github.com/evilhero/mylar
FIX:(#2255) Fix for semi-colon not being properly handled when parsing the filename
This commit is contained in:
parent
57b595e9b1
commit
9fa7ceb709
|
@ -99,7 +99,7 @@ class FileChecker(object):
|
|||
self.pp_mode = False
|
||||
|
||||
self.failed_files = []
|
||||
self.dynamic_handlers = ['/','-',':','\'',',','&','?','!','+','(',')','\u2014','\u2013']
|
||||
self.dynamic_handlers = ['/','-',':',';','\'',',','&','?','!','+','(',')','\u2014','\u2013']
|
||||
self.dynamic_replacements = ['and','the']
|
||||
self.rippers = ['-empire','-empire-hd','minutemen-','-dcp']
|
||||
|
||||
|
|
Loading…
Reference in New Issue