Update yt_dlp/extractor/parti.py

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
Ben Faerber
2025-04-05 12:52:35 -06:00
committed by GitHub
co-authored by bashonly
parent cf15aa7e8b
commit 48ebdb7a45
+1 -1
View File
@@ -44,7 +44,7 @@ class PartiVideoIE(PartiBaseIE):
'title': ('event_title', {str}), 'title': ('event_title', {str}),
'channel': ('user_name', {str}), 'channel': ('user_name', {str}),
'thumbnail': ('event_file', {url_or_none}), 'thumbnail': ('event_file', {url_or_none}),
'categories': ('category_name', {str}, all), 'categories': ('category_name', {str}, filter, all),
'timestamp': ('event_start_ts', {int_or_none}), 'timestamp': ('event_start_ts', {int_or_none}),
}), }),
} }