Add common extensions to md5it

This commit is contained in:
TKE
2021-01-14 11:58:40 +01:00
parent 953152f0e4
commit 214479a86a

View File

@@ -6,7 +6,10 @@ import magic
extensions={ extensions={
"message_rfc822":"eml", "message_rfc822":"eml",
"application_x-7z-compressed":"7z", "application_x-7z-compressed":"7z",
"text_html":"html" "text_html":"html",
"image_jpeg":"jpg",
"text_plain":"txt",
"application_pdf":"pdf"
} }
def get_md5(filename): def get_md5(filename):