diff options
| author | dirkf <fieldhouse@gmx.net> | 2024-07-10 18:20:59 +0100 | 
|---|---|---|
| committer | dirkf <fieldhouse@gmx.net> | 2024-07-11 00:50:46 +0100 | 
| commit | 16f5bbc464602773e61eeafef51d1dbc47987bb4 (patch) | |
| tree | d99e1add7f86db011abc86010bfa52a1d8efa770 /test/test_youtube_signature.py | |
| parent | d35ce6ce95aac9b98c5f8272824a82e4623b777a (diff) | |
[YouTube] Fix nsig processing for player `b22ef6e7`2024.07.11-nightly
* improve extraction of function name (like yt-dlp/yt-dlp#10390)
* always use JSInterp to extract function code (yt-dlp/yt-dlp#10396, thx seproDev, pukkandan)
Diffstat (limited to 'test/test_youtube_signature.py')
| -rw-r--r-- | test/test_youtube_signature.py | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_youtube_signature.py b/test/test_youtube_signature.py index cafba7a5c..cc18d0f7b 100644 --- a/test/test_youtube_signature.py +++ b/test/test_youtube_signature.py @@ -162,6 +162,10 @@ _NSIG_TESTS = [          'https://www.youtube.com/s/player/590f65a6/player_ias.vflset/en_US/base.js',          '1tm7-g_A9zsI8_Lay_', 'xI4Vem4Put_rOg',      ), +    ( +        'https://www.youtube.com/s/player/b22ef6e7/player_ias.vflset/en_US/base.js', +        'b6HcntHGkvBLk_FRf', 'kNPW6A7FyP2l8A', +    ),  ]  | 
