Skip to content

Commit b0ea82c

Browse files
committed
Add a way to sniff for HLS playlist files (m3u8)
1 parent e10375c commit b0ea82c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

mimesniff.bs

+17
Original file line numberDiff line numberDiff line change
@@ -1057,6 +1057,23 @@ algorithm</dfn>:
10571057
The string "<code>OggS</code>" followed by NUL, the Ogg container
10581058
signature.
10591059

1060+
<tr>
1061+
<td>
1062+
23 45 58 54 4d 33 55
1063+
1064+
<td>
1065+
FF FF FF FF FF FF FF
1066+
1067+
<td>
1068+
None.
1069+
1070+
<td>
1071+
<code>application/vnd.apple.mpegurl<code>
1072+
1073+
<td>
1074+
The string "<code>EXTM3U</code>", the tag that always
1075+
starts an Extended M3U playlist file.
1076+
10601077

10611078
<!-- https://hostr.co/LJUEw0K -->
10621079
<tr>

0 commit comments

Comments
 (0)