From: Vijay Singh Date: Mon, 20 Mar 2017 03:52:32 +0000 (+0530) Subject: [Openload.co] Fixed Extraction X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=957f453429d584615ac4d2277caeb0d75d0fe1d9;hp=0e9a73e6120965fc2c2a1a2a1a30f7d38af4c73a;p=youtube-dl [Openload.co] Fixed Extraction They did it again. just a minor change though. here's quick fix --- diff --git a/youtube_dl/extractor/openload.py b/youtube_dl/extractor/openload.py index 435aec28e..58ffde541 100644 --- 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