Skip to content

MP3 file not being recognized properly. #18

@crazylazylife

Description

@crazylazylife

I am using the following mp3 file
but fleep returns an empty list for type or mime or extension for this file

info = fleep.get(open("test.mp3", "rb").read())
assert info.type == ["audio"]
assert info.extension == ["mp3"]

It returns the following error:

AssertionError: assert [] == ['audio']

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