Skip to content

Commit

Permalink
add opus, oga extensions
Browse files Browse the repository at this point in the history
add `.opus` and `.oga` extensions for mime type `audio/ogg`

Reference:
- https://wiki.xiph.org/MIME_Types_and_File_Extensions#.opus_-_audio/ogg
  • Loading branch information
glowinthedark authored Jan 15, 2025
1 parent 338e126 commit 6bd4d02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyglossary/plugins/aard2_slob/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ class Writer:
"otf": "application/x-font-opentype",
"mp3": "audio/mpeg",
"ogg": "audio/ogg",
"opus": "audio/ogg",
"oga": "audio/ogg",
"spx": "audio/x-speex",
"wav": "audio/wav",
"ini": "text/plain",
Expand Down

0 comments on commit 6bd4d02

Please sign in to comment.