1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[jsinterp] Handle default in switch better

This commit is contained in:
pukkandan
2021-11-03 16:25:48 +05:30
parent c588b602d3
commit a1fc7ca074
3 changed files with 33 additions and 10 deletions

View File

@ -69,7 +69,11 @@ _NSIG_TESTS = [
(
'https://www.youtube.com/s/player/9216d1f7/player_ias.vflset/en_US/base.js',
'SLp9F5bwjAdhE9F-', 'gWnb9IK2DJ8Q1w',
), # TODO: Add more tests
),
(
'https://www.youtube.com/s/player/f8cb7a3b/player_ias.vflset/en_US/base.js',
'oBo2h5euWy6osrUt', 'ivXHpm7qJjJN',
),
]