From ed7c16eb4b47100c010a49e2e4bbbcbfbaa887cd Mon Sep 17 00:00:00 2001 From: Vijay Singh Date: Sun, 8 Jan 2017 23:08:29 +0530 Subject: [PATCH] Removed slashes and question marks --- 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 ff8c6f1e1..8ee5942b9 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="[^"]*?"[^>]*?>([^<]+?)<\/span>', + ']+id="[^"]*"[^>]*>([^<]+?)', webpage, 'openload ID') first_three_chars = int(float(ol_id[0:][:3]))