[bbccouk] Mute thumbnail

This commit is contained in:
Sergey M․ 2015-05-01 04:07:30 +06:00
parent e68ae99a41
commit 650cfd0cb0
1 changed files with 1 additions and 3 deletions

View File

@ -343,8 +343,6 @@ class BBCCoUkIE(InfoExtractor):
webpage = self._download_webpage(url, group_id, 'Downloading video page')
thumbnail = self._og_search_thumbnail(webpage)
programme_id = None
tviplayer = self._search_regex(
@ -375,7 +373,7 @@ class BBCCoUkIE(InfoExtractor):
'id': programme_id,
'title': title,
'description': description,
'thumbnail': thumbnail,
'thumbnail': self._og_search_thumbnail(webpage, default=None),
'duration': duration,
'formats': formats,
'subtitles': subtitles,