Skip to content

Commit

Permalink
Add a way to sniff for HLS playlist files (m3u8)
Browse files Browse the repository at this point in the history
  • Loading branch information
padenot committed Jul 29, 2020
1 parent e10375c commit b0ea82c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions mimesniff.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,23 @@ algorithm</dfn>:
The string "<code>OggS</code>" followed by NUL, the Ogg container
signature.

<tr>
<td>
23 45 58 54 4d 33 55

<td>
FF FF FF FF FF FF FF

<td>
None.

<td>
<code>application/vnd.apple.mpegurl<code>

<td>
The string "<code>EXTM3U</code>", the tag that always
starts an Extended M3U playlist file.


<!-- https://hostr.co/LJUEw0K -->
<tr>
Expand Down

0 comments on commit b0ea82c

Please sign in to comment.