From d397ab99d1da7eba5db2dc14c68dec9bcd479b8d Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 28 Jul 2015 23:18:25 +0200 Subject: Distance MAT a bit more from hachoir --- libmat/strippers.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmat/strippers.py') diff --git a/libmat/strippers.py b/libmat/strippers.py index 008442e..d9a8706 100644 --- a/libmat/strippers.py +++ b/libmat/strippers.py @@ -54,7 +54,9 @@ if pdfSupport: try: import mutagen STRIPPERS['audio/x-flac'] = audio.FlacStripper + STRIPPERS['audio/flac'] = audio.FlacStripper STRIPPERS['audio/vorbis'] = audio.OggStripper + STRIPPERS['audio/ogg'] = audio.OggStripper STRIPPERS['audio/mpeg'] = audio.MpegAudioStripper except ImportError: logging.info('Unable to import python-mutagen: limited audio format support') -- cgit v1.3