diff --git a/youtube_dl/extractor/openload.py b/youtube_dl/extractor/openload.py index acf7e6ff5..f3e47df6c 100644 --- a/youtube_dl/extractor/openload.py +++ b/youtube_dl/extractor/openload.py @@ -64,7 +64,7 @@ class OpenloadIE(InfoExtractor): raise ExtractorError('File not found', expected=True) ol_id = self._search_regex( - ']+id="[^"]*"[^>]*>([^<]+)', + ']+id="[^"]+"[^>]*>([^<]+)', webpage, 'openload ID') first_three_chars = int(float(ol_id[0:][:3]))