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 e32236b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions mimesniff.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,25 @@ algorithm</dfn>:
signature.


<!-- https://tools.ietf.org/html/rfc8216#section-4.3.1.1 -->
<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>
<td>
Expand Down

0 comments on commit e32236b

Please sign in to comment.