This commit is contained in:
Kyle Gonsalves 2024-04-26 12:55:22 -07:00
parent 388bc9c97c
commit 8d78a0f118
1 changed files with 2 additions and 1 deletions

View File

@ -1407,7 +1407,8 @@ class BBCIE(BBCCoUkIE): # XXX: Do not subclass from concrete IE
'title': ('title', {str}),
'thumbnail': ('imageUrl', {lambda u: urljoin(url, u.replace('$recipe', 'raw'))}),
'description': (
'synopses', ('long', 'medium', 'short'), {str}, any),
'synopses', ('long', 'medium', 'short'), {str}, any
),
'timestamp': ('firstPublished', {k_int_or_none}),
}),
}