diff options
| author | 2025-10-07 02:11:52 -0400 | |
|---|---|---|
| committer | 2025-10-07 02:11:52 -0400 | |
| commit | 83e1e051b8c0e622ef5f61c1955c47b4bde95b57 (patch) | |
| tree | 544a434cb398d2adb8b8a2d553dc1c9a44b4ee1d /test/test_downloader.py | |
| parent | f1612851ae9fe68c7444fb31e786503868aeaa7c (diff) | |
| parent | bbe7fac03d881662a458e7fbf870c9d71f5257f4 (diff) | |
Update upstream source from tag 'upstream/1.30.9'
Update to upstream version '1.30.9'
with Debian dir 46cc56e13f05f4465cc64f67b4d7b775a95bd87a
Diffstat (limited to 'test/test_downloader.py')
| -rw-r--r-- | test/test_downloader.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_downloader.py b/test/test_downloader.py index ecd8b85..f6c3dbe 100644 --- a/test/test_downloader.py +++ b/test/test_downloader.py @@ -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"), |
