ignore photoshop documents

main
xenofem 2024-02-06 09:34:21 -05:00
parent 83d99f4585
commit aa039e60f5
1 changed files with 1 additions and 1 deletions

View File

@ -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: