youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit f01115c933bdf6a3d741bb2f306d26b4df943a40
parent 2cdbc06a1f9dfda4079b2529aa51089650715466
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sun, 11 Sep 2016 18:36:59 +0800

[openload] Temporary fix (#10408)

Diffstat:
Myoutube_dl/extractor/openload.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 += 1 + j += 3 video_url_chars += compat_chr(j) video_url = 'https://openload.co/stream/%s?mime=true' % ''.join(video_url_chars)