forked from learningequality/le-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformatlookup.json
More file actions
53 lines (53 loc) · 710 Bytes
/
Copy pathformatlookup.json
File metadata and controls
53 lines (53 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"mp4": {
"mimetype": "video/mp4"
},
"webm": {
"mimetype": "video/webm"
},
"vtt": {
"mimetype": ".vtt"
},
"pdf": {
"mimetype": "application/pdf"
},
"epub": {
"mimetype": "application/epub+zip"
},
"mp3": {
"mimetype": ".mp3"
},
"jpg": {
"mimetype": "image/jpeg"
},
"jpeg": {
"mimetype": "image/jpeg"
},
"png": {
"mimetype": "image/png"
},
"gif": {
"mimetype": "image/gif"
},
"json": {
"mimetype": "application/json"
},
"svg": {
"mimetype": "image/svg"
},
"graphie": {
"mimetype": ".graphie"
},
"perseus": {
"mimetype": "application/perseus+zip"
},
"h5p": {
"mimetype": ".h5p"
},
"zim": {
"mimetype": ".zim"
},
"zip": {
"mimetype": ".zip"
}
}