diff options
Diffstat (limited to 'libmat')
| -rw-r--r-- | libmat/strippers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmat/strippers.py b/libmat/strippers.py index aea98da..d873a39 100644 --- a/libmat/strippers.py +++ b/libmat/strippers.py | |||
| @@ -18,6 +18,7 @@ STRIPPERS = { | |||
| 18 | 'application/zip': archive.ZipStripper, | 18 | 'application/zip': archive.ZipStripper, |
| 19 | 'audio/mpeg': audio.MpegAudioStripper, | 19 | 'audio/mpeg': audio.MpegAudioStripper, |
| 20 | 'application/x-bittorrent': misc.TorrentStripper, | 20 | 'application/x-bittorrent': misc.TorrentStripper, |
| 21 | 'application/torrent': misc.TorrentStripper, | ||
| 21 | 'application/opendocument': office.OpenDocumentStripper, | 22 | 'application/opendocument': office.OpenDocumentStripper, |
| 22 | 'application/officeopenxml': office.OpenXmlStripper, | 23 | 'application/officeopenxml': office.OpenXmlStripper, |
| 23 | } | 24 | } |
