mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[vesti] Fix player regex (Closes #2382)
This commit is contained in:
		| @@ -87,8 +87,7 @@ class VestiIE(InfoExtractor): | |||||||
|             video_id = mobj.group('id') |             video_id = mobj.group('id') | ||||||
|         else: |         else: | ||||||
|             mobj = re.search( |             mobj = re.search( | ||||||
|                 r'<div.+?id="current-video-holder".*?>\s*<iframe src="http://player\.rutv\.ru/iframe/(?P<type>[^/]+)/id/(?P<id>\d+)[^"]*"', |                 r'<iframe.+?src="http://player\.rutv\.ru/iframe/(?P<type>[^/]+)/id/(?P<id>\d+)[^"]*".*?></iframe>', page) | ||||||
|                 page) |  | ||||||
|  |  | ||||||
|             if not mobj: |             if not mobj: | ||||||
|                 raise ExtractorError('No media found') |                 raise ExtractorError('No media found') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sergey M.
					Sergey M.