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

[ie/youtube] Fix n function name extraction for player 3400486c (#10542)

Authored by: bashonly
This commit is contained in:
bashonly
2024-07-23 16:25:49 -05:00
committed by GitHub
parent a3bab4752a
commit 713b4cd18f
2 changed files with 12 additions and 1 deletions

View File

@ -171,6 +171,10 @@ _NSIG_TESTS = [
'https://www.youtube.com/s/player/b22ef6e7/player_ias.vflset/en_US/base.js',
'b6HcntHGkvBLk_FRf', 'kNPW6A7FyP2l8A',
),
(
'https://www.youtube.com/s/player/3400486c/player_ias.vflset/en_US/base.js',
'lL46g3XifCKUZn1Xfw', 'z767lhet6V2Skl',
),
]