mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[vulture] Fix extraction
This commit is contained in:
		| @@ -44,7 +44,7 @@ class VultureIE(InfoExtractor): | ||||
|         query_webpage = self._download_webpage( | ||||
|             query_url, display_id, note='Downloading query page') | ||||
|         params_json = self._search_regex( | ||||
|             r'(?sm)new MagnifyEmbeddablePlayer\({.*?contentItem:\s*(\{.*?\})\n,\n', | ||||
|             r'(?sm)new MagnifyEmbeddablePlayer\({.*?contentItem:\s*(\{.*?\})\n?,\n', | ||||
|             query_webpage, | ||||
|             'player params') | ||||
|         params = json.loads(params_json) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․