1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-16 18:56:24 +00:00

Extend _MEDIA_SETS to get HD Reel videos

This commit is contained in:
dirkf 2021-03-03 18:10:22 +00:00 committed by GitHub
parent 7a1e11c045
commit 49d83ee502
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,