We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pure .m4a audio files show MP4 as file extension:
['video'] ['mp4'] ['video/mp4'] Bob Marley & The Wailers - Jamming-VF30VS5FZ6c.m4a
The text was updated successfully, but these errors were encountered: