[Openload.co] Fixed Extraction

They did it again. just a minor change though. here's quick fix
This commit is contained in:
Vijay Singh 2017-03-20 09:22:32 +05:30 committed by Yen Chi Hsuan
parent 0e9a73e612
commit 957f453429
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class OpenloadIE(InfoExtractor):
elif H % 2 == 0 and H != 0 and ord(v[H - 1]) < 60:
i = int(C, 10)
h += 1
index = H % 12
index = H % 7
A = hashMap[index]
i ^= 213