From cdf06d9aa0eccd1c9e43fe25dba4bf9d0af38932 Mon Sep 17 00:00:00 2001 From: xenofem Date: Tue, 6 Feb 2024 23:02:59 -0500 Subject: [PATCH] ignore the mp4 files that fanza throws in sometimes --- dlibrary/dlibrary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlibrary/dlibrary.py b/dlibrary/dlibrary.py index 2ba3b42..faaa066 100755 --- a/dlibrary/dlibrary.py +++ b/dlibrary/dlibrary.py @@ -44,7 +44,7 @@ ALT_VERSIONS = [ IMAGE_FILE_EXTENSIONS = ['.png', '.jpg', '.jpeg', '.gif', '.tiff'] IGNOREABLE_FILES = ['Thumbs.db', '__MACOSX', '.DS_Store'] -IGNOREABLE_EXTENSIONS = ['.txt', '.html', '.htm', '.psd'] +IGNOREABLE_EXTENSIONS = ['.txt', '.html', '.htm', '.psd', '.mp4'] def open_zipfile_with_encoding(path): try: