Skip to content

audio/m4a files are matched as video/mp4 #146

@sayanarijit

Description

@sayanarijit

To reproduce:

In [1]: with open("foo.m4a", 'rb') as f:
   ...:     data = f.read()
   ...:
In [2]: import filetype
In [3]: filetype.match(data)
Out[3]: <filetype.types.video.Mp4 at 0x7fbab95fb160>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions