Add common extensions to md5it
This commit is contained in:
5
md5it.py
5
md5it.py
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user