From a4358cbabd6b9e6b4bd4f26210c9db1960c21d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Fri, 19 Jul 2013 17:12:40 +0200 Subject: YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslin --- test/test_youtube_sig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_youtube_sig.py') 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): -- cgit v1.2.3