diff options
| -rw-r--r-- | mat/strippers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mat/strippers.py b/mat/strippers.py index f7c49b0..1cf2271 100644 --- a/mat/strippers.py +++ b/mat/strippers.py | |||
| @@ -29,7 +29,7 @@ except ImportError: | |||
| 29 | print('Unable to import python-poppler and/or python-cairo: no pdf \ | 29 | print('Unable to import python-poppler and/or python-cairo: no pdf \ |
| 30 | support') | 30 | support') |
| 31 | 31 | ||
| 32 | try: # mutangen-python : audio format support | 32 | try: # mutangen-python : audio format support |
| 33 | import mutagen | 33 | import mutagen |
| 34 | STRIPPERS['audio/x-flac'] = audio.FlacStripper | 34 | STRIPPERS['audio/x-flac'] = audio.FlacStripper |
| 35 | STRIPPERS['audio/vorbis'] = audio.OggStripper | 35 | STRIPPERS['audio/vorbis'] = audio.OggStripper |
