diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-07-19 17:12:40 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-07-19 17:12:40 +0200 |
commit | a4358cbabd6b9e6b4bd4f26210c9db1960c21d52 (patch) | |
tree | 4b21d7369317693dd69977d7440435cf1ffc3565 /test/test_youtube_sig.py | |
parent | 177ed935a9e2d9387843c015a1a5bdb1bf1906f9 (diff) |
YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslin
Diffstat (limited to 'test/test_youtube_sig.py')
-rw-r--r-- | 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 817ca148c..51b300532 100644 --- a/test/test_youtube_sig.py +++ b/test/test_youtube_sig.py @@ -40,7 +40,7 @@ class TestYoutubeSig(unittest.TestCase): def test_85(self): wrong = "qwertyuioplkjhgfdsazxcvbnm1234567890QWERTYUIOPLKJHGFDSAZXCVBNM!@#$%^&*()_-+={[};?/>.<" - right = "{>/?;}[.=+-_)(*&^%$#@!MqBVCXZASDFwHJKLPOIUYTREWQ0987654321mnbvcxzasdfghjklpoiuytr" + right = "ertyuiqplkjhgfdsazx$vbnm1234567890QWERTYUIOPLKJHGFDSAZXCVBNM!@#<%^&*()_-+={[};?/c" self.assertEqual(sig(wrong), right) def test_84(self): |