From: Yen Chi Hsuan Date: Sun, 28 Aug 2016 14:49:46 +0000 (+0800) Subject: [openload] Update algorithm again (#10408) X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=98908bcf7c50d034042ab86223b7689e91b589ba;p=youtube-dl [openload] Update algorithm again (#10408) --- diff --git a/youtube_dl/extractor/openload.py b/youtube_dl/extractor/openload.py index c8dde7ae3..03baf8e32 100644 --- a/youtube_dl/extractor/openload.py +++ b/youtube_dl/extractor/openload.py @@ -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 += 2 + j += 1 video_url_chars += compat_chr(j) video_url = 'https://openload.co/stream/%s?mime=true' % ''.join(video_url_chars)