[openload] Temporary fix (#10408)

This commit is contained in:
Yen Chi Hsuan 2016-09-11 18:36:59 +08:00
parent 2cdbc06a1f
commit f01115c933
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class OpenloadIE(InfoExtractor):
if j >= 33 and j <= 126:
j = ((j + 14) % 94) + 33
if idx == len(enc_data) - 1:
j += 1
j += 3
video_url_chars += compat_chr(j)
video_url = 'https://openload.co/stream/%s?mime=true' % ''.join(video_url_chars)