1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00

test.hls: fix filename

This commit is contained in:
Johan Andersson 2022-06-05 17:46:45 +02:00
parent eac21b3979
commit 301d57d090

View File

@ -148,4 +148,4 @@ def test_x_byterange():
def test_x_map():
data = parse_m3u8("x-map.m3u8")
assert data.media_segment[0]["URI"] == "video/init.mp4"
assert data.media_segment[2]["URI"] == "video/2s.m4s"
assert data.media_segment[2]["URI"] == "video/2.m4s"