From aa039e60f5419f845b1724c1add2e1c13e4f8fb3 Mon Sep 17 00:00:00 2001 From: xenofem Date: Tue, 6 Feb 2024 09:34:21 -0500 Subject: [PATCH] ignore photoshop documents --- dlibrary/dlibrary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlibrary/dlibrary.py b/dlibrary/dlibrary.py index 7d100df..d345974 100755 --- a/dlibrary/dlibrary.py +++ b/dlibrary/dlibrary.py @@ -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: