aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_downloader.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_downloader.py')
-rw-r--r--test/test_downloader.py2
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"),