mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00: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
	 Sergey M․
					Sergey M․