diff options
| author | 2026-01-06 04:24:52 -0500 | |
|---|---|---|
| committer | 2026-01-06 04:24:52 -0500 | |
| commit | 385e4bfb1e426d23417ac788a6f44d639e226c89 (patch) | |
| tree | e64f04e19d63014d48e3b5272ce112c637236ba7 /test/test_downloader.py | |
| parent | a24ec1647aeac35a63b744ea856011ad6e06be3b (diff) | |
New upstream version 1.31.2.upstream/1.31.2upstream
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 fb442c4..920d465 100644 --- a/test/test_downloader.py +++ b/test/test_downloader.py @@ -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"), |
