mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[bbccouk] Mute thumbnail
This commit is contained in:
		| @@ -343,8 +343,6 @@ class BBCCoUkIE(InfoExtractor): | |||||||
|  |  | ||||||
|         webpage = self._download_webpage(url, group_id, 'Downloading video page') |         webpage = self._download_webpage(url, group_id, 'Downloading video page') | ||||||
|  |  | ||||||
|         thumbnail = self._og_search_thumbnail(webpage) |  | ||||||
|  |  | ||||||
|         programme_id = None |         programme_id = None | ||||||
|  |  | ||||||
|         tviplayer = self._search_regex( |         tviplayer = self._search_regex( | ||||||
| @@ -375,7 +373,7 @@ class BBCCoUkIE(InfoExtractor): | |||||||
|             'id': programme_id, |             'id': programme_id, | ||||||
|             'title': title, |             'title': title, | ||||||
|             'description': description, |             'description': description, | ||||||
|             'thumbnail': thumbnail, |             'thumbnail': self._og_search_thumbnail(webpage, default=None), | ||||||
|             'duration': duration, |             'duration': duration, | ||||||
|             'formats': formats, |             'formats': formats, | ||||||
|             'subtitles': subtitles, |             'subtitles': subtitles, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user