pull/9705/head
Kyle Gonsalves 2024-04-26 12:55:22 -07:00
rodzic 388bc9c97c
commit 8d78a0f118
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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