|
|
@ -1017,7 +1017,7 @@ class BBCIE(BBCCoUkIE):
|
|
|
|
topic_title = init_data.get('topicTitle')
|
|
|
|
topic_title = init_data.get('topicTitle')
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
'id': version_id,
|
|
|
|
'id': version_id,
|
|
|
|
'title': title
|
|
|
|
'title': title,
|
|
|
|
'formats': formats,
|
|
|
|
'formats': formats,
|
|
|
|
'alt_title': init_data.get('shortTitle'),
|
|
|
|
'alt_title': init_data.get('shortTitle'),
|
|
|
|
'thumbnail': image_url.replace('$recipe', 'raw') if image_url else None,
|
|
|
|
'thumbnail': image_url.replace('$recipe', 'raw') if image_url else None,
|
|
|
|