mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00:00 
			
		
		
		
	| @@ -54,7 +54,7 @@ class NovaEmbedIE(InfoExtractor): | |||||||
|  |  | ||||||
|         player = self._parse_json( |         player = self._parse_json( | ||||||
|             self._search_regex( |             self._search_regex( | ||||||
|                 (r'(?:replacePlaceholders.*?:\s*)?replacePlaceholders\s*\(\s*(?P<json>{.*})\s*\)(?:\s*\))?\s*,', |                 (r'(?:(?:replacePlaceholders|processAdTagModifier).*?:\s*)?(?:replacePlaceholders|processAdTagModifier)\s*\(\s*(?P<json>{.*?})\s*\)(?:\s*\))?\s*,', | ||||||
|                     r'Player\.init\s*\([^,]+,(?P<cndn>\s*\w+\s*\?)?\s*(?P<json>{(?(cndn).+?|.+)})\s*(?(cndn):|,\s*{.+?}\s*\)\s*;)'), |                     r'Player\.init\s*\([^,]+,(?P<cndn>\s*\w+\s*\?)?\s*(?P<json>{(?(cndn).+?|.+)})\s*(?(cndn):|,\s*{.+?}\s*\)\s*;)'), | ||||||
|                 webpage, 'player', default='{}', group='json'), video_id, fatal=False) |                 webpage, 'player', default='{}', group='json'), video_id, fatal=False) | ||||||
|         if player: |         if player: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 std-move
					std-move