Skip to content

Commit

Permalink
change test info
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoekden committed Jul 17, 2024
1 parent 9b09be3 commit 2da55e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/test_InfoExtractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ def test_parse_mpd_formats(self):
'video_ext': 'none',
'abr': 128,
}, {
'format_id': 'video=100000',
'format_id': 'video=100',
'manifest_url': 'https://sdn-global-streaming-cache-3qsdn.akamaized.net/stream/3144/files/17/07/672975/3144-kZT4LWMQw6Rh7Kpd.ism/manifest.mpd',
'ext': 'mp4',
'width': 336,
Expand All @@ -1290,7 +1290,7 @@ def test_parse_mpd_formats(self):
'audio_ext': 'none',
'vbr': 100,
}, {
'format_id': 'video=326000',
'format_id': 'video=326',
'manifest_url': 'https://sdn-global-streaming-cache-3qsdn.akamaized.net/stream/3144/files/17/07/672975/3144-kZT4LWMQw6Rh7Kpd.ism/manifest.mpd',
'ext': 'mp4',
'width': 562,
Expand All @@ -1307,7 +1307,7 @@ def test_parse_mpd_formats(self):
'audio_ext': 'none',
'vbr': 326,
}, {
'format_id': 'video=698000',
'format_id': 'video=698',
'manifest_url': 'https://sdn-global-streaming-cache-3qsdn.akamaized.net/stream/3144/files/17/07/672975/3144-kZT4LWMQw6Rh7Kpd.ism/manifest.mpd',
'ext': 'mp4',
'width': 844,
Expand All @@ -1324,7 +1324,7 @@ def test_parse_mpd_formats(self):
'audio_ext': 'none',
'vbr': 698,
}, {
'format_id': 'video=1493000',
'format_id': 'video=1493',
'manifest_url': 'https://sdn-global-streaming-cache-3qsdn.akamaized.net/stream/3144/files/17/07/672975/3144-kZT4LWMQw6Rh7Kpd.ism/manifest.mpd',
'ext': 'mp4',
'width': 1126,
Expand All @@ -1341,7 +1341,7 @@ def test_parse_mpd_formats(self):
'audio_ext': 'none',
'vbr': 1493,
}, {
'format_id': 'video=4482000',
'format_id': 'video=448',
'manifest_url': 'https://sdn-global-streaming-cache-3qsdn.akamaized.net/stream/3144/files/17/07/672975/3144-kZT4LWMQw6Rh7Kpd.ism/manifest.mpd',
'ext': 'mp4',
'width': 1688,
Expand Down

0 comments on commit 2da55e5

Please sign in to comment.