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