From 214479a86a781e3d81454ba66ceada6ae27c7b59 Mon Sep 17 00:00:00 2001 From: TKE Date: Thu, 14 Jan 2021 11:58:40 +0100 Subject: [PATCH] Add common extensions to md5it --- md5it.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/md5it.py b/md5it.py index e997316..de04cae 100755 --- a/md5it.py +++ b/md5it.py @@ -6,7 +6,10 @@ import magic extensions={ "message_rfc822":"eml", "application_x-7z-compressed":"7z", - "text_html":"html" + "text_html":"html", + "image_jpeg":"jpg", + "text_plain":"txt", + "application_pdf":"pdf" } def get_md5(filename):