aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-07-19 17:12:40 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-07-19 17:12:40 +0200
commita4358cbabd6b9e6b4bd4f26210c9db1960c21d52 (patch)
tree4b21d7369317693dd69977d7440435cf1ffc3565 /test
parent177ed935a9e2d9387843c015a1a5bdb1bf1906f9 (diff)
downloadyoutube-dl-a4358cbabd6b9e6b4bd4f26210c9db1960c21d52.tar.xz
YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslin
Diffstat (limited to 'test')
-rw-r--r--test/test_youtube_sig.py2
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):