diff --git a/yt_dlp/extractor/parti.py b/yt_dlp/extractor/parti.py index a97a19f31f..bd9397b4ce 100644 --- a/yt_dlp/extractor/parti.py +++ b/yt_dlp/extractor/parti.py @@ -65,6 +65,9 @@ class PartiLivestreamIE(PartiBaseIE): 'upload_date': str, 'is_live': True, 'live_status': 'is_live', + 'timestamp': int, + 'thumbnail': str, + 'view_count': int, }, 'params': {'skip_download': 'm3u8'}, },