From d156a1d981b2773e1c35c9eb7d9b9a3bbcea7c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 11 Jan 2015 15:25:29 +0600 Subject: [PATCH] [xboxclips] Fix extraction --- youtube_dl/extractor/xboxclips.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/xboxclips.py b/youtube_dl/extractor/xboxclips.py index 9cf867807..236ff403b 100644 --- a/youtube_dl/extractor/xboxclips.py +++ b/youtube_dl/extractor/xboxclips.py @@ -30,7 +30,7 @@ class XboxClipsIE(InfoExtractor): webpage = self._download_webpage(url, video_id) video_url = self._html_search_regex( - r'>(?:Link|Download): ', webpage, 'video URL') + r'>(?:Link|Download): ]+href="([^"]+)"', webpage, 'video URL') title = self._html_search_regex( r'XboxClips \| ([^<]+)', webpage, 'title') upload_date = unified_strdate(self._html_search_regex(