From bddecab51f88d3f0eaf09f3730b7f3a250fe80a8 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 6 Sep 2019 16:26:16 -0700 Subject: [PATCH] Recognize mimetype for xpgt. --- epubfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/epubfile.py b/epubfile.py index dc2d9d8..5039aa8 100644 --- a/epubfile.py +++ b/epubfile.py @@ -38,6 +38,7 @@ EXTENSION_MIMETYPES = { 'woff': 'font/woff', 'woff2': 'font/woff2', 'xhtml': 'application/xhtml+xml', + 'xpgt': 'application/vnd.adobe-page-template+xml', } MIMETYPE_DIRECTORIES = {