diff options
Diffstat (limited to 'MAT/strippers.py')
| -rw-r--r-- | MAT/strippers.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAT/strippers.py b/MAT/strippers.py index 5fd4e08..aea98da 100644 --- a/MAT/strippers.py +++ b/MAT/strippers.py | |||
| @@ -14,6 +14,8 @@ import subprocess | |||
| 14 | STRIPPERS = { | 14 | STRIPPERS = { |
| 15 | 'application/x-tar': archive.TarStripper, | 15 | 'application/x-tar': archive.TarStripper, |
| 16 | 'application/x-bzip2': archive.Bzip2Stripper, | 16 | 'application/x-bzip2': archive.Bzip2Stripper, |
| 17 | 'application/x-gzip': archive.GzipStripper, | ||
| 18 | 'application/zip': archive.ZipStripper, | ||
| 17 | 'audio/mpeg': audio.MpegAudioStripper, | 19 | 'audio/mpeg': audio.MpegAudioStripper, |
| 18 | 'application/x-bittorrent': misc.TorrentStripper, | 20 | 'application/x-bittorrent': misc.TorrentStripper, |
| 19 | 'application/opendocument': office.OpenDocumentStripper, | 21 | 'application/opendocument': office.OpenDocumentStripper, |
