[youtube]: new algo for length 83 (fixes #1164)
This commit is contained in:
parent
03cc7c20c1
commit
04bca64bde
3 changed files with 4 additions and 4 deletions
|
@ -52,7 +52,7 @@ class TestYoutubeSig(unittest.TestCase):
|
|||
|
||||
def test_83(self):
|
||||
wrong = "qwertyuioplkjhgfdsazxcvbnm1234567890QWERTYUIOPLKJHGFDSAZXCVBNM!#$%^&*()_+={[};?/>.<"
|
||||
right = "urty8ioplkjhgfdsazxcvbqm1234567S90QWERTYUIOPLKJHGFDnAZXCVBNM!#$%^&*()_+={[};?/>.<"
|
||||
right = "qwertyuioplkjhg>dsazxcvbnm1234567890QWERTYUIOPLKJHGFDSAZXCVBNM!#$%^&*()_+={[};?/f"
|
||||
self.assertEqual(sig(wrong), right)
|
||||
|
||||
def test_82(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue