about summary refs log tree commit diff
path: root/devscripts
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-07-25 22:50:24 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-07-25 22:50:24 +0200
commit5c468ca8a852a00a55b4559d31f5e9861e76d748 (patch)
tree8f5f901b08cf2d438f3479fcc211c8c3b616f874 /devscripts
parentaedd6bb97de7ed82da746892e2a0b32ee9c6d6b8 (diff)
downloadyoutube-dl-5c468ca8a852a00a55b4559d31f5e9861e76d748.tar.gz
youtube-dl-5c468ca8a852a00a55b4559d31f5e9861e76d748.tar.xz
youtube-dl-5c468ca8a852a00a55b4559d31f5e9861e76d748.zip
YoutubeIE: add algo for length 79 (fixes #1126)
Diffstat (limited to 'devscripts')
-rw-r--r--devscripts/youtube_genalgo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/devscripts/youtube_genalgo.py b/devscripts/youtube_genalgo.py
index 3218113e7..22977ccd9 100644
--- a/devscripts/youtube_genalgo.py
+++ b/devscripts/youtube_genalgo.py
@@ -35,6 +35,9 @@ tests = [
     # 81 - vflLC8JvQ 2013/07/25
     ("qwertyuioplkjhgfdsazxcvbnm1234567890QWERTYUIOPLKHGFDSAZXCVBNM!@#$%^&*(-+={[};?/>.",
      "C>/?;}[{=+-(*&^%$#@!MNBVYXZASDFGHKLPOIU.TREWQ0q87659321mnbvcxzasdfghjkl4oiuytrewp"),
+    # 79 - vflLC8JvQ 2013/07/25 (sporadic)
+    ("qwertyuioplkjhgfdsazxcvbnm1234567890QWERTYUIOPLKHGFDSAZXCVBNM!@#$%^&*(-+={[};?/",
+     "Z?;}[{=+-(*&^%$#@!MNBVCXRASDFGHKLPOIUYT/EWQ0q87659321mnbvcxzasdfghjkl4oiuytrewp"),
 ]
 
 def find_matching(wrong, right):