ignore the mp4 files that fanza throws in sometimes

main
xenofem 2024-02-06 23:02:59 -05:00
parent 7e429f3160
commit cdf06d9aa0
1 changed files with 1 additions and 1 deletions

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: