Skip to content

Commit 4a39338

Browse files
committed
Merge pull request #48 from michael-lazar/master
Added .wav and tar.xz file extensions
2 parents 70a9c07 + ae7208b commit 4a39338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classifier/classifier.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ def main():
7676
args = parser.parse_args()
7777

7878
formats = {
79-
'Music' : ['.mp3', '.aac', '.flac', '.ogg', '.wma', '.m4a', '.aiff'],
79+
'Music' : ['.mp3', '.aac', '.flac', '.ogg', '.wma', '.m4a', '.aiff', 'wav'],
8080
'Videos': ['.flv', '.ogv', '.avi', '.mp4', '.mpg', '.mpeg', '.3gp', '.mkv', '.ts'],
8181
'Pictures': ['.png', '.jpeg', '.gif', '.jpg', '.bmp', '.svg', '.webp', '.psd'],
82-
'Archives': ['.rar', '.zip', '.7z', '.gz', '.bz2', '.tar', '.dmg', '.tgz'],
82+
'Archives': ['.rar', '.zip', '.7z', '.gz', '.bz2', '.tar', '.dmg', '.tgz', '.xz'],
8383
'Documents': ['.txt', '.pdf', '.doc', '.docx', '.xls', '.xlsv', '.xlsx',
8484
'.ppt', '.pptx', '.ppsx', '.odp', '.odt', '.ods', '.md', '.json', '.csv'],
8585
'Books': ['.mobi', '.epub'],

0 commit comments

Comments
 (0)