ignore the mp4 files that fanza throws in sometimes
This commit is contained in:
parent
7e429f3160
commit
cdf06d9aa0
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue