mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[Openload.co] Fixed Extraction
They did it again. just a minor change though. here's quick fix
This commit is contained in:
parent
0e9a73e612
commit
957f453429
@ -110,7 +110,7 @@ def _real_extract(self, url):
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user