From 310cf95b9e93aacaf38e63868cc08593794bd7e7 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 11 Jun 2014 09:09:50 +0200 Subject: ./mat -l now shows torrent --- libmat/strippers.py | 1 + 1 file changed, 1 insertion(+) (limited to 'libmat') 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 = { 'application/zip': archive.ZipStripper, 'audio/mpeg': audio.MpegAudioStripper, 'application/x-bittorrent': misc.TorrentStripper, + 'application/torrent': misc.TorrentStripper, 'application/opendocument': office.OpenDocumentStripper, 'application/officeopenxml': office.OpenXmlStripper, } -- cgit v1.3