mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
test.hls: fix filename
This commit is contained in:
parent
eac21b3979
commit
301d57d090
@ -148,4 +148,4 @@ def test_x_byterange():
|
|||||||
def test_x_map():
|
def test_x_map():
|
||||||
data = parse_m3u8("x-map.m3u8")
|
data = parse_m3u8("x-map.m3u8")
|
||||||
assert data.media_segment[0]["URI"] == "video/init.mp4"
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user