1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-01 03:22:52 -05:00

[ie/youtube] Fix n function name extraction for player b12cc44b (#10668)

Authored by: seproDev
This commit is contained in:
sepro
2024-08-05 22:36:11 +02:00
committed by GitHub
parent bb8bf1db99
commit c86891eb94
2 changed files with 12 additions and 1 deletions

View File

@ -179,6 +179,10 @@ _NSIG_TESTS = [
'https://www.youtube.com/s/player/20dfca59/player_ias.vflset/en_US/base.js',
'-fLCxedkAk4LUTK2', 'O8kfRq1y1eyHGw',
),
(
'https://www.youtube.com/s/player/b12cc44b/player_ias.vflset/en_US/base.js',
'keLa5R2U00sR9SQK', 'N1OGyujjEwMnLw',
),
]