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