Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MP4 is indicated for M4A files #12

Open
audiofeature opened this issue Jan 28, 2020 · 0 comments
Open

MP4 is indicated for M4A files #12

audiofeature opened this issue Jan 28, 2020 · 0 comments

Comments

@audiofeature
Copy link

Pure .m4a audio files show MP4 as file extension:

    with open(full_file, "rb") as f:
        info = fleep.get(f.read(128))

    print(info.type, info.extension, info.mime, file)

['video'] ['mp4'] ['video/mp4'] Bob Marley & The Wailers - Jamming-VF30VS5FZ6c.m4a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant