mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[flipagram] Make _search_json_ld non fatal
This commit is contained in:
		| @@ -48,7 +48,7 @@ class FlipagramIE(InfoExtractor): | ||||
|         flipagram = video_data['flipagram'] | ||||
|         video = flipagram['video'] | ||||
|  | ||||
|         json_ld = self._search_json_ld(webpage, video_id, default=False) | ||||
|         json_ld = self._search_json_ld(webpage, video_id, fatal=False) | ||||
|         title = json_ld.get('title') or flipagram['captionText'] | ||||
|         description = json_ld.get('description') or flipagram.get('captionText') | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․