From 1644a409ef0cd578f84736ce738ffecb20b45710 Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 1 Dec 2013 15:48:17 +0100 Subject: [PATCH] Add application/xml as html mimetype --- morss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morss.py b/morss.py index 9f5ad3d..4e3d15f 100644 --- a/morss.py +++ b/morss.py @@ -47,7 +47,7 @@ UA_RSS = 'Liferea/1.8.12 (Linux; fr_FR.utf8; http://liferea.sf.net/)' UA_HTML = 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11' MIMETYPE = { 'xml': ['text/xml', 'application/xml', 'application/rss+xml', 'application/rdf+xml', 'application/atom+xml'], - 'html': ['text/html', 'application/xhtml+xml']} + 'html': ['text/html', 'application/xhtml+xml', 'application/xml']} FBAPPID = "" FBSECRET = ""