Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdding OGG MIME #2657
Adding OGG MIME #2657
Conversation
Fixing: #2656
|
This is not going to fix the mentioned issue but it's a worthy change anyway. Please add |
|
@imachug since we don't know whether the ogg file contains audio or video, we need an |
|
Yes, that's why I asked you to add support for |
|
@imachug Makes no sense to add two mime types, when one is enough: |
|
Listen in. Even the article you're referring to notes that there are |
|
Adding ova and ogv extensions. |
.ogg is not listed in the mimetypes module: https://github.com/python/cpython/blob/3.9/Lib/mimetypes.py and since we don't know whether the ogg file contains audio or video, we need an
application/oggmime for those files with the.oggextension.