1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-08 04:35:05 +08:00

Error downloading Vevo videos from YouTube with signature length 87 (fixes #1105)

This commit is contained in:
patrickslin
2013-07-23 17:55:25 -07:00
Unverified
parent fc492de31d
commit 349ed5e4e4
+1 -1
View File
@@ -30,7 +30,7 @@ class TestYoutubeSig(unittest.TestCase):
def test_87(self):
wrong = "qwertyuioplkjhgfdsazxcvbnm1234567890QWERTYUIOPLKJHGFDSAZXCVBNM!@#$^&*()_-+={[]}|:;?/>.<"
right = "!?;:|}][{=+-_)(*&^$#@/MNBVCXZASqFGHJKLPOIUYTREWQ0987654321mnbvcxzasdfghjklpoiuytr"
right = "tyuioplkjhgfdsazxcv<nm1234567890QWERTYUIOPLKJHGFDSAZXCVBNM!@#$^&*()_-+={[]}|:;?/>"
self.assertEqual(sig(wrong), right)
def test_86(self):