mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[facebook] Allow untitled videos (Fixes #1484)
This commit is contained in:
		@@ -106,8 +106,8 @@ class FacebookIE(InfoExtractor):
 | 
				
			|||||||
        video_duration = int(video_data['video_duration'])
 | 
					        video_duration = int(video_data['video_duration'])
 | 
				
			||||||
        thumbnail = video_data['thumbnail_src']
 | 
					        thumbnail = video_data['thumbnail_src']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        video_title = self._html_search_regex('<h2 class="uiHeaderTitle">([^<]+)</h2>',
 | 
					        video_title = self._html_search_regex(
 | 
				
			||||||
            webpage, u'title')
 | 
					            r'<h2 class="uiHeaderTitle">([^<]*)</h2>', webpage, u'title')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        info = {
 | 
					        info = {
 | 
				
			||||||
            'id': video_id,
 | 
					            'id': video_id,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user