mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-28 13:10:46 +00:00
@@ -65,7 +65,7 @@ class CPACIE(InfoExtractor):
|
||||
'title': title,
|
||||
'description': str_or_none(content['details'].get('description_%s_t' % (url_lang, ))),
|
||||
'timestamp': unified_timestamp(content['details'].get('liveDateTime')),
|
||||
'category': [category] if category else None,
|
||||
'categories': [category] if category else None,
|
||||
'thumbnail': urljoin(url, str_or_none(content['details'].get('image_%s_s' % (url_lang, )))),
|
||||
'is_live': is_live(content['details'].get('type')),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user