mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-14 12:23:19 +00:00
flake
This commit is contained in:
parent
388bc9c97c
commit
8d78a0f118
|
@ -1407,7 +1407,8 @@ def parse_media(media):
|
||||||
'title': ('title', {str}),
|
'title': ('title', {str}),
|
||||||
'thumbnail': ('imageUrl', {lambda u: urljoin(url, u.replace('$recipe', 'raw'))}),
|
'thumbnail': ('imageUrl', {lambda u: urljoin(url, u.replace('$recipe', 'raw'))}),
|
||||||
'description': (
|
'description': (
|
||||||
'synopses', ('long', 'medium', 'short'), {str}, any),
|
'synopses', ('long', 'medium', 'short'), {str}, any
|
||||||
|
),
|
||||||
'timestamp': ('firstPublished', {k_int_or_none}),
|
'timestamp': ('firstPublished', {k_int_or_none}),
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue