[dl:http] add MIME type and signature for m3u8 & mpd files (#8339)

This commit is contained in:
Mike Fährmann
2025-10-03 16:48:10 +02:00
parent faeec7e67f
commit 45f364e09e
2 changed files with 9 additions and 1 deletions

View File

@@ -386,6 +386,8 @@ SAMPLES = {
("mp3" , b"\xFF\xFB"),
("mp3" , b"\xFF\xF3"),
("mp3" , b"\xFF\xF2"),
("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"),
("zip" , b"PK\x05\x06"),
("zip" , b"PK\x07\x08"),