mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Refactor code to use url_result
This commit is contained in:
		| @@ -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)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Elan Ruusamäe
					Elan Ruusamäe