mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	@@ -1528,6 +1528,8 @@ class InfoExtractor(object):
 | 
				
			|||||||
                        'title': unescapeHTML(e.get('headline')),
 | 
					                        'title': unescapeHTML(e.get('headline')),
 | 
				
			||||||
                        'description': unescapeHTML(e.get('articleBody') or e.get('description')),
 | 
					                        'description': unescapeHTML(e.get('articleBody') or e.get('description')),
 | 
				
			||||||
                    })
 | 
					                    })
 | 
				
			||||||
 | 
					                    if traverse_obj(e, ('video', 0, '@type')) == 'VideoObject':
 | 
				
			||||||
 | 
					                        extract_video_object(e['video'][0])
 | 
				
			||||||
                elif item_type == 'VideoObject':
 | 
					                elif item_type == 'VideoObject':
 | 
				
			||||||
                    extract_video_object(e)
 | 
					                    extract_video_object(e)
 | 
				
			||||||
                    if expected_type is None:
 | 
					                    if expected_type is None:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user