ignore photoshop documents
This commit is contained in:
parent
83d99f4585
commit
aa039e60f5
|
@ -29,7 +29,7 @@ TEXTLESS_REGEX = re.compile('(台詞|セリフ)(な|無)し|notext|textless')
|
|||
IMAGE_FILE_EXTENSIONS = ['.png', '.jpg', '.jpeg', '.gif', '.tiff']
|
||||
|
||||
IGNOREABLE_FILES = ['Thumbs.db', '__MACOSX', '.DS_Store']
|
||||
IGNOREABLE_EXTENSIONS = ['.txt', '.html', '.htm']
|
||||
IGNOREABLE_EXTENSIONS = ['.txt', '.html', '.htm', '.psd']
|
||||
|
||||
def open_zipfile_with_encoding(path):
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue