logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 975977860d1880bbf5e9996ad77fb7f67622ccbe
parent b5d48cb1ef741ef999d038a3bc80943b1ae37a50
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 10 Oct 2015 20:56:07 +0600

[bbc] Make playlist title optional

Diffstat:

Myoutube_dl/extractor/bbc.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/bbc.py b/youtube_dl/extractor/bbc.py @@ -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)