summaryrefslogtreecommitdiff
path: root/libmat
diff options
context:
space:
mode:
authorjvoisin2014-06-11 09:09:50 +0200
committerjvoisin2014-06-11 09:09:50 +0200
commit310cf95b9e93aacaf38e63868cc08593794bd7e7 (patch)
tree5db5ea57fb574cba8a8854b5886217479ce3c58b /libmat
parent9bb2a4ec6f32704746863b538f503683e7eab22f (diff)
./mat -l now shows torrent
Diffstat (limited to 'libmat')
-rw-r--r--libmat/strippers.py1
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}