Results 1 comments of Prakash

@WHG555 I'm thinking this was fixed in newer versions of python3. You should check this doc: https://www.iana.org/assignments/media-types/media-types.xhtml I tried the guess_type function in python 3.8.2 ``` import mimetypes import sys...