mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-13 22:57:15 +08:00
Update openload.py
This commit is contained in:
parent
ed7c16eb4b
commit
9637acfac1
@ -64,7 +64,7 @@ class OpenloadIE(InfoExtractor):
|
||||
raise ExtractorError('File not found', expected=True)
|
||||
|
||||
ol_id = self._search_regex(
|
||||
'<span[^>]+id="[^"]*"[^>]*>([^<]+?)</span>',
|
||||
'<span[^>]+id="[^"]*"[^>]*>([^<]+)</span>',
|
||||
webpage, 'openload ID')
|
||||
|
||||
first_three_chars = int(float(ol_id[0:][:3]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user