From 5243c64db3e8222948c830382c27392d46143b9b Mon Sep 17 00:00:00 2001 From: duckduckgrayduck <102841251+duckduckgrayduck@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:57:29 -0500 Subject: [PATCH] Fix extension list to be all-inclusive of those listed here: https://www.muckrock.com/news/archives/2020/nov/10/release-notes-beta-document-types/ --- documentcloud/constants.py | 43 +++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/documentcloud/constants.py b/documentcloud/constants.py index 43749ea..6d2ad53 100644 --- a/documentcloud/constants.py +++ b/documentcloud/constants.py @@ -8,7 +8,7 @@ SUPPORTED_EXTENSIONS = [ ".abw", ".zabw", - ".md", + ".pmd", ".pm3", ".pm4", ".pm5", @@ -51,11 +51,16 @@ ".wk4", ".pct", ".mml", + ".xml", + ".xls", + ".xlw", + ".xlt", ".xls", ".xlw", ".xlt", ".xlsx", ".docx", + ".xlsx", ".pptx", ".ppt", ".pps", @@ -97,5 +102,41 @@ ".pcx", ".pcd", ".psd", + ".txt", ".pdf", + ".png", + ".qxp", + ".wb2", + ".wq1", + ".wq2", + ".svg", + ".sgv", + ".602", + ".txt", + ".sdc", + ".vor", + ".sda", + ".sdd", + ".sdp", + ".vor", + ".sdw", + ".sgl", + ".vor", + ".sgf", + ".rlf", + ".ras", + ".svm", + ".slk", + ".tif", + ".tiff", + ".tga", + ".uof", + ".uot", + ".uos", + ".uop", + ".wpd", + ".wps", + ".xbm", + ".xpm", + ".zmf", ]