Skip to content

Commit

Permalink
Fix extension list to be all-inclusive of those listed here: https://…
Browse files Browse the repository at this point in the history
  • Loading branch information
duckduckgrayduck committed Oct 9, 2024
1 parent a8846df commit 5243c64
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion documentcloud/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
SUPPORTED_EXTENSIONS = [
".abw",
".zabw",
".md",
".pmd",
".pm3",
".pm4",
".pm5",
Expand Down Expand Up @@ -51,11 +51,16 @@
".wk4",
".pct",
".mml",
".xml",
".xls",
".xlw",
".xlt",
".xls",
".xlw",
".xlt",
".xlsx",
".docx",
".xlsx",
".pptx",
".ppt",
".pps",
Expand Down Expand Up @@ -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",
]

0 comments on commit 5243c64

Please sign in to comment.