diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-07-10 10:40:49 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-07-10 10:44:04 +0200 |
commit | c93898dae92753a04fee643c81ec62a5a9dbed0b (patch) | |
tree | 178154ac209fd25bbb2e06a9e3944b05b0f65a2f /test | |
parent | ebdf2af727aa2b02bd893996bae07ecdc47408a3 (diff) |
YoutubeIE: new algo for length 83 (closes #1017 and closes #1016)
Diffstat (limited to 'test')
-rwxr-xr-x | test/test_youtube_sig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_youtube_sig.py b/test/test_youtube_sig.py index e87b6259b..e76604244 100755 --- a/test/test_youtube_sig.py +++ b/test/test_youtube_sig.py @@ -45,7 +45,7 @@ class TestYoutubeSig(unittest.TestCase): def test_83(self): wrong = "qwertyuioplkjhgfdsazxcvbnm1234567890QWERTYUIOPLKJHGFDSAZXCVBNM!#$%^&*()_+={[};?/>.<" - right = "D.>/?;}[{=+_)(*&^%$#!MNBVCXeAS<FGHJKLPOIUYTREWZ0987654321mnbvcxzasdfghjklpoiuytrQ" + right = "qwertyuioplkjhgfdsazxcvbnm1234567890QWERTYUIOPLKJHGFDSAZXCVBNM!#$%^&*()_+={[};?/>" self.assertEqual(sig(wrong), right) def test_82(self): |