diff options
| author | jvoisin | 2014-01-15 02:42:39 +0000 |
|---|---|---|
| committer | jvoisin | 2014-01-15 02:42:39 +0000 |
| commit | bbe17fd511b5890fb4554447e23d666f6c13b745 (patch) | |
| tree | 5651c76da1d23ca80b252097ca1eb7880e8cf863 /MAT/strippers.py | |
| parent | 5e65094084c75a9372f529a3387b072a84bf254a (diff) | |
Add support for zipfiles!
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, |
