mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 21:47:36 -05:00 
			
		
		
		
	[bbc] Make playlist title optional
This commit is contained in:
		@@ -687,7 +687,7 @@ class BBCIE(BBCCoUkIE):
 | 
			
		||||
                    'subtitles': subtitles,
 | 
			
		||||
                })
 | 
			
		||||
            playlist_title = self._og_search_title(webpage)
 | 
			
		||||
            playlist_description = self._og_search_description(webpage)
 | 
			
		||||
            playlist_description = self._og_search_description(webpage, default=None)
 | 
			
		||||
            return self.playlist_result(entries, playlist_id, playlist_title, playlist_description)
 | 
			
		||||
 | 
			
		||||
        # single video story (e.g. http://www.bbc.com/travel/story/20150625-sri-lankas-spicy-secret)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user