Update yt_dlp/extractor/parti.py

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
sepro
2025-04-05 21:55:22 +02:00
committed by GitHub
co-authored by bashonly
parent 38d20b4a05
commit 2a285831b2
-1
View File
@@ -35,7 +35,6 @@ class PartiVideoIE(PartiBaseIE):
'id': video_id,
'formats': self._extract_m3u8_formats(
urljoin('https://watch.parti.com', data['livestream_recording']), video_id, 'mp4'),
'is_live': False,
**traverse_obj(data, {
'title': ('event_title', {str}),
'channel': ('user_name', {str}),