h2non/filetype.py

Does not recognize mp3 type

MikhailMurashov opened this issue · 0 comments

Hi! I have mp3 file what does not recognize by filetype. Link to file
First three bytes in my file: 0xff 0xfa 0xe3
I have tried to use python-magic and it recognized this file like audio/mpeg. Can you look into it please?