diff --git a/youtube_dl/extractor/openload.py b/youtube_dl/extractor/openload.py
index 8ee5942b9..acf7e6ff5 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]))