aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-07-11 20:21:45 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-07-11 20:21:45 +0200
commit85347e1cb6648112b16a22e8d31042a47c256656 (patch)
tree761b276b54bee822a2473749b48c998741bfd32f /test
parent41897817ccc1d25df41c675b82fd76ea3979262d (diff)
downloadyoutube-dl-85347e1cb6648112b16a22e8d31042a47c256656.tar.xz
YoutubeIE: a new algo for length 83
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 e76604244..fe2067bbd 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 = "qwertyuioplkjhgfdsazxcvbnm1234567890QWERTYUIOPLKJHGFDSAZXCVBNM!#$%^&*()_+={[};?/>"
+ right = "urty8ioplkjhgfdsazxcvbqm1234567S90QWERTYUIOPLKJHGFDnAZXCVBNM!#$%^&*()_+={[};?/>.<"
self.assertEqual(sig(wrong), right)
def test_82(self):