From 9637acfac1d202d4cafbb430fd158921ceb674fe Mon Sep 17 00:00:00 2001 From: Vijay Singh Date: Sun, 8 Jan 2017 23:09:09 +0530 Subject: [PATCH] Update openload.py --- youtube_dl/extractor/openload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]))