-
Notifications
You must be signed in to change notification settings - Fork 35
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
Is it possible to use filehandles / bytestream? #36
Comments
I def need to update the readme to have the new abilities that people have contributed, sorry about it not being easy to find! |
Merged
cdgriffith
added a commit
that referenced
this issue
May 14, 2022
- Adding generic extension mapping for common file types - Adding #36 details to readme about magic_stream and magic_string (thanks to Martin) - Fixing multiple bad extensions and mimetypes - Removing bad entry for 3gp5 selecting multiple things
Added quick example to readme with latest release. Thanks for pointing out the omission! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would love to do something like this:
Especially the bytestream support might be nice in case the file is not / cannot / should not be stored on the disk (e.g. AWS Lambda)
The text was updated successfully, but these errors were encountered: