mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-13 03:17:22 +08:00
Fixed Extraction Again!
They updated the code again. just a minor change.
This commit is contained in:
parent
89258b840b
commit
8551592fe9
@ -73,7 +73,7 @@ class OpenloadIE(InfoExtractor):
|
||||
num = 5
|
||||
|
||||
while num < len(ol_id):
|
||||
urlcode += compat_chr(int(float(ol_id[num:][:3])) -
|
||||
urlcode += compat_chr(int(float(ol_id[num:][:3])) +
|
||||
first_three_chars - fifth_char * int(float(ol_id[num + 3:][:2])))
|
||||
num += 5
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user