[dl:http] add MIME type and signature for .aac files
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user