From bc05fc757552acd46e23eb62d398019ac916e856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dzikie=20dro=C5=BCd=C5=BCe?= Date: Sat, 9 Jan 2016 05:18:58 +0100 Subject: [PATCH] increase chance for a title --- youtube_dl/extractor/tvp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/tvp.py b/youtube_dl/extractor/tvp.py index 273908418..1aa2146b9 100644 --- a/youtube_dl/extractor/tvp.py +++ b/youtube_dl/extractor/tvp.py @@ -153,7 +153,7 @@ class TvpIE(InfoExtractor): def _get_playlist(self, context): pls_id = str(context['material_id']) - title = context['title'] + title = self._guess_title(context) description = context.get('lead_root') return self.playlist_result(self._get_playlist_videos(pls_id),