mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[rtvnh] Make SMIL not fatal
This commit is contained in:
		| @@ -23,7 +23,7 @@ class RTVNHIE(InfoExtractor): | ||||
|         meta = self._parse_json(self._download_webpage( | ||||
|             'http://www.rtvnh.nl/video/json?m=' + video_id, video_id), video_id) | ||||
|         formats = self._extract_smil_formats( | ||||
|             'http://www.rtvnh.nl/video/smil?m=' + video_id, video_id) | ||||
|             'http://www.rtvnh.nl/video/smil?m=' + video_id, video_id, fatal=False) | ||||
|  | ||||
|         for item in meta['source']['fb']: | ||||
|             if item.get('type') == 'hls': | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․