1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-03 14:41:04 +02:00

[openload] Fix extraction

Just a minor fix for openload
This commit is contained in:
Vijay Singh 2017-03-13 01:52:35 +05:30 committed by Sergey M
parent c1795ca6c8
commit ff9d509d20

View File

@ -100,7 +100,7 @@ def _real_extract(self, url):
i = int(B, 16)
index = (h / 2) % 10
A = hashMap[index]
i = i ^ 137
i = i ^ 96
i = i ^ A
video_url_chars.append(compat_chr(i))
h += 2