X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fxboxclips.py;h=236ff403bd08f941a2eb023cd41c3bb21c49d4c3;hb=d156a1d981b2773e1c35c9eb7d9b9a3bbcea7c96;hp=9cf8678079b35fc694eee0a7583b089d44d98b1f;hpb=987493aef37cce273a10ddfbe540a41a4c6a67cd;p=youtube-dl 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(