mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[extractor/iprima] Make json+ld non-fatal
Closes #5318 Authored by: bashonly
This commit is contained in:
		| @@ -150,7 +150,7 @@ class IPrimaIE(InfoExtractor): | ||||
|                         manifest_url, video_id, mpd_id='dash', fatal=False) | ||||
|             self._sort_formats(formats) | ||||
| 
 | ||||
|         final_result = self._search_json_ld(webpage, video_id) or {} | ||||
|         final_result = self._search_json_ld(webpage, video_id, default={}) | ||||
|         final_result.update({ | ||||
|             'id': video_id, | ||||
|             'title': title, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan