diff --git a/lib/content.js b/lib/content.js index b3687f3..0f56fa3 100644 --- a/lib/content.js +++ b/lib/content.js @@ -40,6 +40,7 @@ const ExtesionBase = { f4v: ContentTypes.VIDEO, ts: ContentTypes.VIDEO, divx: ContentTypes.VIDEO, + m2ts: ContentTypes.VIDEO, aa: ContentTypes.AUDIO, aac: ContentTypes.AUDIO, diff --git a/src/torrent.js b/src/torrent.js index 3cf5f71..29109fc 100644 --- a/src/torrent.js +++ b/src/torrent.js @@ -111,6 +111,45 @@ return ( ) + case 'archive': + return ( + + + + + + + ) + case 'disc': + return ( + + + + + + + ) default: return (