X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=inline;f=youtube_dl%2Fextractor%2Flivestream.py;h=e55b1a202426026763375880b549180efbd52a42;hb=d226c560a6250d03ff5f27d5b078f894d448a0b4;hp=c4776bbf3b5aa590e2b014b4d23e55f0de569cc6;hpb=8437f5089f2fac85a249c4368c2ea1415955d8b0;p=youtube-dl diff --git a/youtube_dl/extractor/livestream.py b/youtube_dl/extractor/livestream.py index c4776bbf3..e55b1a202 100644 --- a/youtube_dl/extractor/livestream.py +++ b/youtube_dl/extractor/livestream.py @@ -363,7 +363,4 @@ class LivestreamShortenerIE(InfoExtractor): id = mobj.group('id') webpage = self._download_webpage(url, id) - return { - '_type': 'url', - 'url': self._og_search_url(webpage), - } + return self.url_result(self._og_search_url(webpage))