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:
parent
57b595e9b1
commit
9fa7ceb709
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue