aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorpatrickslin <patrickslin@gmail.com>2013-07-23 17:32:25 -0700
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-07-24 10:20:52 +0200
commit239e3e0cca362a3fecb702fe0ee11701ee3991b6 (patch)
tree971c5154fe70f466bdb15eb1b8bd356c03a05c4d /test
parentfc492de31dfd8cc0a88988a0f2ea985a35d60975 (diff)
downloadyoutube-dl-239e3e0cca362a3fecb702fe0ee11701ee3991b6.tar.xz
YoutubeIE: new algo for length 87 (fixes #1105)
Squashed commit from the pull requests #1107, #1109 and #1110.
Diffstat (limited to 'test')
-rw-r--r--test/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 51b300532..6da7c5502 100644
--- a/test/test_youtube_sig.py
+++ b/test/test_youtube_sig.py
@@ -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):