aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-07-10 10:40:49 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-07-10 10:44:04 +0200
commitc93898dae92753a04fee643c81ec62a5a9dbed0b (patch)
tree178154ac209fd25bbb2e06a9e3944b05b0f65a2f /test
parentebdf2af727aa2b02bd893996bae07ecdc47408a3 (diff)
downloadyoutube-dl-c93898dae92753a04fee643c81ec62a5a9dbed0b.tar.xz
YoutubeIE: new algo for length 83 (closes #1017 and closes #1016)
Diffstat (limited to 'test')
-rwxr-xr-xtest/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 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):