This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[openload] Temporary fix (
#10408
)
totalwebcasting
Yen Chi Hsuan
8 years ago
parent
2cdbc06a1f
commit
f01115c933
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/openload.py
+ 1
- 1
youtube_dl/extractor/openload.py
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
)
Write
Preview
Loading…
Cancel
Save