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

This commit is contained in:
Mike Fährmann
2024-03-06 14:00:24 +01:00
parent db507e30c7
commit a8027745e3
2 changed files with 3 additions and 0 deletions

View File

@@ -304,6 +304,7 @@ SAMPLES = {
("mp4" , b"????ftypavc1"),
("mp4" , b"????ftypiso3"),
("mp4" , b"????ftypM4V"),
("mov" , b"????ftypqt "),
("webm", b"\x1A\x45\xDF\xA3"),
("ogg" , b"OggS"),
("wav" , b"RIFF????WAVE"),