1
0
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:
Vijay Singh 2017-01-11 09:20:32 +05:30 committed by GitHub
parent 89258b840b
commit 8551592fe9

View File

@ -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