mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[puls4] Fix error detection (#9194)
This commit is contained in:
		| @@ -40,7 +40,7 @@ class Puls4IE(InfoExtractor): | ||||
|         webpage = self._download_webpage(url, video_id) | ||||
|  | ||||
|         error_message = self._html_search_regex( | ||||
|             r'<div class="message-error">(.+?)</div>', | ||||
|             r'<div[^>]+class="message-error"[^>]*>(.+?)</div>', | ||||
|             webpage, 'error message', default=None) | ||||
|         if error_message: | ||||
|             raise ExtractorError( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan