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

[extractor/youtube] Improve nsig function name extraction

This commit is contained in:
pukkandan
2023-06-22 13:23:31 +05:30
parent b4e0d75848
commit cd810afe2a
2 changed files with 5 additions and 1 deletions

View File

@ -159,6 +159,10 @@ _NSIG_TESTS = [
'https://www.youtube.com/s/player/8c7583ff/player_ias.vflset/en_US/base.js',
'1wWCVpRR96eAmMI87L', 'KSkWAVv1ZQxC3A',
),
(
'https://www.youtube.com/s/player/b7910ca8/player_ias.vflset/en_US/base.js',
'_hXMCwMt9qE310D', 'LoZMgkkofRMCZQ',
),
]