mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-04 02:36:04 +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>',
|
||||
webpage, 'openload ID')
|
||||
|
||||
video_url_chars = []
|
||||
video_url_chars = [];
|
||||
|
||||
first_char = compat_ord(ol_id[0]);
|
||||
key = first_char - 55;
|
||||
|
Loading…
Reference in New Issue
Block a user