diff options
| author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-07-11 20:21:45 +0200 | 
|---|---|---|
| committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-07-11 20:21:45 +0200 | 
| commit | 85347e1cb6648112b16a22e8d31042a47c256656 (patch) | |
| tree | 761b276b54bee822a2473749b48c998741bfd32f /test | |
| parent | 41897817ccc1d25df41c675b82fd76ea3979262d (diff) | |
| download | hypervideo-pre-85347e1cb6648112b16a22e8d31042a47c256656.tar.lz hypervideo-pre-85347e1cb6648112b16a22e8d31042a47c256656.tar.xz hypervideo-pre-85347e1cb6648112b16a22e8d31042a47c256656.zip | |
YoutubeIE: a new algo for length 83
Diffstat (limited to 'test')
| -rwxr-xr-x | 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 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): | 
