commit: 957f453429d584615ac4d2277caeb0d75d0fe1d9
parent 0e9a73e6120965fc2c2a1a2a1a30f7d38af4c73a
Author: Vijay Singh <sudovijay@users.noreply.github.com>
Date: Mon, 20 Mar 2017 09:22:32 +0530
[Openload.co] Fixed Extraction
They did it again. just a minor change though. here's quick fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube_dl/extractor/openload.py b/youtube_dl/extractor/openload.py
@@ -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