1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-02-01 12:07:50 +00:00

FIX:(#2255) Fix for semi-colon not being properly handled when parsing the filename

This commit is contained in:
evilhero 2019-04-11 11:09:46 -04:00
parent 57b595e9b1
commit 9fa7ceb709

View file

@ -99,7 +99,7 @@ class FileChecker(object):
self.pp_mode = False self.pp_mode = False
self.failed_files = [] self.failed_files = []
self.dynamic_handlers = ['/','-',':','\'',',','&','?','!','+','(',')','\u2014','\u2013'] self.dynamic_handlers = ['/','-',':',';','\'',',','&','?','!','+','(',')','\u2014','\u2013']
self.dynamic_replacements = ['and','the'] self.dynamic_replacements = ['and','the']
self.rippers = ['-empire','-empire-hd','minutemen-','-dcp'] self.rippers = ['-empire','-empire-hd','minutemen-','-dcp']