diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-07-08 17:04:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 22:04:48 +0000 |
commit | 297b0a379282a15c80d82d51f3757c961db2dae1 (patch) | |
tree | bdf8c08d89b5a5ad1314430acd0166215ef7366e /test/test_youtube_signature.py | |
parent | 6c056ea7aeb03660281653a9668547f2548f194f (diff) |
[ie/youtube] Fix JS `n` function name extraction (#10390)
Fixes nsig decoding for player b22ef6e7
Closes #10391
Authored by: bashonly, seproDev
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
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 b0f3269e1..a14bef511 100644 --- a/test/test_youtube_signature.py +++ b/test/test_youtube_signature.py @@ -167,6 +167,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', + ), ] |