mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-10-31 09:43:32 +00:00 
			
		
		
		
	[vidzi] Fix extraction (closes #16678)
This commit is contained in:
		
							parent
							
								
									87f89dacdd
								
							
						
					
					
						commit
						81c5df4f2c
					
				| @ -54,7 +54,8 @@ class VidziIE(InfoExtractor): | ||||
|                 self._search_regex( | ||||
|                     r'setup\(([^)]+)\)', code, 'jwplayer data', | ||||
|                     default=NO_DEFAULT if num == len(codes) else '{}'), | ||||
|                 video_id, transform_source=js_to_json) | ||||
|                 video_id, transform_source=lambda s: js_to_json( | ||||
|                     re.sub(r'\s*\+\s*window\[.+?\]', '', s))) | ||||
|             if jwplayer_data: | ||||
|                 break | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Urgau
						Urgau