From c90585665abdfe20a579d6320e33eb757b9ed4f6 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 10 Mar 2018 13:27:21 -0800 Subject: [PATCH] Add md and rst as text/plain mimetypes. --- etiquette/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etiquette/constants.py b/etiquette/constants.py index 8e129b7..89efb10 100644 --- a/etiquette/constants.py +++ b/etiquette/constants.py @@ -191,7 +191,9 @@ ADDITIONAL_MIMETYPES = { 'mkv': 'video/x-matroska', 'ass': 'text/plain', + 'md': 'text/plain', 'nfo': 'text/plain', + 'rst': 'text/plain', 'srt': 'text/plain', }