diff options
Diffstat (limited to 'MAT')
| -rw-r--r-- | MAT/strippers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAT/strippers.py b/MAT/strippers.py index 78113ff..5fd4e08 100644 --- a/MAT/strippers.py +++ b/MAT/strippers.py | |||
| @@ -14,7 +14,6 @@ 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/zip': archive.ZipStripper, | ||
| 18 | 'audio/mpeg': audio.MpegAudioStripper, | 17 | 'audio/mpeg': audio.MpegAudioStripper, |
| 19 | 'application/x-bittorrent': misc.TorrentStripper, | 18 | 'application/x-bittorrent': misc.TorrentStripper, |
| 20 | 'application/opendocument': office.OpenDocumentStripper, | 19 | 'application/opendocument': office.OpenDocumentStripper, |
