[openload] Fix extraction (#10408)
[youtube-dl] / youtube_dl / extractor / openload.py
index 6cf7e4a77a4e92801530489f0092ed489b838e40..d3d4101de8a84edda5ec641d299ed7e3813a2910 100644 (file)
@@ -82,7 +82,7 @@ class OpenloadIE(InfoExtractor):
             if j >= 33 and j <= 126:
                 j = ((j + 14) % 94) + 33
             if idx == len(enc_data) - 1:
-                j += 2
+                j += 3
             video_url_chars += compat_chr(j)
 
         video_url = 'https://openload.co/stream/%s?mime=true' % ''.join(video_url_chars)