ignore the mp4 files that fanza throws in sometimes

This commit is contained in:
xenofem 2024-02-06 23:02:59 -05:00
parent 7e429f3160
commit cdf06d9aa0

View file

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