mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[Nova] fix extractor (#807)
Fixes: https://github.com/ytdl-org/youtube-dl/issues/27840 Authored by: std-move
This commit is contained in:
		| @@ -39,7 +39,7 @@ class NovaEmbedIE(InfoExtractor): | ||||
|  | ||||
|         player = self._parse_json( | ||||
|             self._search_regex( | ||||
|                 r'Player\.init\s*\([^,]+,\s*({.+?})\s*,\s*{.+?}\s*\)\s*;', | ||||
|                 r'Player\.init\s*\([^,]+,\s*(?:\w+\s*\?\s*{.+?}\s*:\s*)?({.+})\s*,\s*{.+?}\s*\)\s*;', | ||||
|                 webpage, 'player', default='{}'), video_id, fatal=False) | ||||
|         if player: | ||||
|             for format_id, format_list in player['tracks'].items(): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 std-move
					std-move