[downloader:http] add MIME type and signature for .m4v files (#5505)

This commit is contained in:
Mike Fährmann
2024-04-25 01:01:35 +02:00
parent bef0bd3b49
commit cd241bea0a
2 changed files with 5 additions and 2 deletions

View File

@@ -303,7 +303,7 @@ SAMPLES = {
("mp4" , b"????ftypmp4"),
("mp4" , b"????ftypavc1"),
("mp4" , b"????ftypiso3"),
("mp4" , b"????ftypM4V"),
("m4v" , b"????ftypM4V"),
("mov" , b"????ftypqt "),
("webm", b"\x1A\x45\xDF\xA3"),
("ogg" , b"OggS"),