1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-05 06:52:52 +08:00

Changed version to 2013.08.09

This commit is contained in:
AndreiArba 2013-08-09 07:56:29 +03:00
parent 52f4dae919
commit 6c9320364d
2 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ class YoutubeIE(InfoExtractor):
elif len(s) == 81: elif len(s) == 81:
return s[6] + s[3:6] + s[33] + s[7:24] + s[0] + s[25:33] + s[2] + s[34:53] + s[24] + s[54:81] return s[6] + s[3:6] + s[33] + s[7:24] + s[0] + s[25:33] + s[2] + s[34:53] + s[24] + s[54:81]
elif len(s) == 89: elif len(s) == 89:
return s[78].s[83:78:-1].s[87].s[77:60:-1].s[0].s[59:6:-1].s[3:0:-1] return s[78]+s[83:78:-1]+s[87]+s[77:60:-1]+s[0]+s[59:6:-1]+s[3:0:-1]
elif len(s) == 92: elif len(s) == 92:
return s[25] + s[3:25] + s[0] + s[26:42] + s[79] + s[43:79] + s[91] + s[80:83]; return s[25] + s[3:25] + s[0] + s[26:42] + s[79] + s[43:79] + s[91] + s[80:83];

View File

@ -1,2 +1,2 @@
__version__ = '2013.08.07' __version__ = '2013.08.09'