diff --git a/ox/file.py b/ox/file.py index 45035e6..3449d50 100644 --- a/ox/file.py +++ b/ox/file.py @@ -16,7 +16,8 @@ __all__ = ['sha1sum', 'oshash', 'avinfo', 'makedirs'] EXTENSIONS = { 'audio': [ - 'aac', 'flac', 'm4a', 'mp3', 'oga', 'ogg', 'wav', 'wma' + 'aac', 'aif', 'aiff', + 'flac', 'm4a', 'mp3', 'oga', 'ogg', 'wav', 'wma' ], 'image': [ 'bmp', 'gif', 'jpeg', 'jpg', 'png', 'svg', 'webp'