mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-09 22:58:00 +08:00
Fixed missing semicolon
This commit is contained in:
parent
322d0a1950
commit
28336f28b4
@ -75,7 +75,7 @@ class OpenloadIE(InfoExtractor):
|
|||||||
'<span[^>]+id="[^"]+"[^>]*>([0-9A-Za-z]+)</span>',
|
'<span[^>]+id="[^"]+"[^>]*>([0-9A-Za-z]+)</span>',
|
||||||
webpage, 'openload ID')
|
webpage, 'openload ID')
|
||||||
|
|
||||||
video_url_chars = []
|
video_url_chars = [];
|
||||||
|
|
||||||
first_char = compat_ord(ol_id[0]);
|
first_char = compat_ord(ol_id[0]);
|
||||||
key = first_char - 55;
|
key = first_char - 55;
|
||||||
|
Loading…
Reference in New Issue
Block a user