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] Fix extraction
Just a minor fix for openload
master-ytdl-org
Vijay Singh
8 years ago
committed by
Sergey M
parent
c1795ca6c8
commit
ff9d509d20
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
@ -100,7 +100,7 @@ class OpenloadIE(InfoExtractor):
i
=
int
(
B
,
16
)
index
=
(
h
/
2
)
%
10
A
=
hashMap
[
index
]
i
=
i
^
137
i
=
i
^
96
i
=
i
^
A
video_url_chars
.
append
(
compat_chr
(
i
)
)
h
+
=
2
Write
Preview
Loading…
Cancel
Save