mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 07:47:08 -05:00 
			
		
		
		
	[ir90tv] Optional fields should be non-fatal
This commit is contained in:
		@@ -31,7 +31,7 @@ class Ir90TvIE(InfoExtractor):
 | 
			
		||||
        video_url = self._search_regex(
 | 
			
		||||
            r'<source[^>]+src="([^"]+)"', webpage, 'video url')
 | 
			
		||||
 | 
			
		||||
        thumbnail = self._search_regex(r'poster="([^"]+)"', webpage, 'thumbnail url')
 | 
			
		||||
        thumbnail = self._search_regex(r'poster="([^"]+)"', webpage, 'thumbnail url', fatal=False)
 | 
			
		||||
 | 
			
		||||
        return {
 | 
			
		||||
            'url': video_url,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user