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-11 23:47:54 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-07-11 23:47:54 +0200
commit606d7e67fda22217b0a5c79f2a3a222d98291c3d (patch)
treed59c7dcebd90f8b09f51848c4df4c43d14895809 /devscripts
parentfd87ff26b9e6802b10ba5bfa298c3673978bc091 (diff)
downloadyoutube-dl-606d7e67fda22217b0a5c79f2a3a222d98291c3d.tar.gz
youtube-dl-606d7e67fda22217b0a5c79f2a3a222d98291c3d.tar.xz
youtube-dl-606d7e67fda22217b0a5c79f2a3a222d98291c3d.zip
YoutubeIE: add algo for length 81 (closes #1026)
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 342388513..1fce316dd 100644
--- a/devscripts/youtube_genalgo.py
+++ b/devscripts/youtube_genalgo.py
@@ -26,6 +26,9 @@ tests = [
     # 82
     ("qwertyuioplkjhgfdsazxcvbnm1234567890QWERTYUIOPLKHGFDSAZXCVBNM!@#$%^&*(-+={[};?/>.<",
      "Q>/?;}[{=+-(*<^%$#@!MNBVCXZASDFGHKLPOIUY8REWT0q&7654321mnbvcxzasdfghjklpoiuytrew9"),
+    # 81
+    ("qwertyuioplkjhgfdsazxcvbnm1234567890QWERTYUIOPLKHGFDSAZXCVBNM!@#$%^&*(-+={[};?/>.",
+     "urty8ioplkjhgfdsazxcvbqm1234567e90QWERTYUIOPLKHGFDSnZXCVBNM!@#$%^&*(-+={[};?/>."),
 ]
 
 def find_matching(wrong, right):