[dl:http] add MIME type and signature for .aac files

This commit is contained in:
Mike Fährmann
2025-12-29 19:05:34 +01:00
parent c2917ad5c5
commit c8c4575c7f
2 changed files with 5 additions and 0 deletions

View File

@@ -395,6 +395,8 @@ SAMPLES = {
("mp3" , b"\xFF\xFB"),
("mp3" , b"\xFF\xF3"),
("mp3" , b"\xFF\xF2"),
("aac" , b"\xFF\xF9"),
("aac" , b"\xFF\xF1"),
("m3u8", b"#EXTM3U\n#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=200000"),
("mpd" , b'<MPD xmlns="urn:mpeg:dash:schema:mpd:2011"'),
("zip" , b"PK\x03\x04"),