From 48ebdb7a454f6f9f6c19bcaa623e5d5a0ef112a5 Mon Sep 17 00:00:00 2001 From: Ben Faerber Date: Sat, 5 Apr 2025 12:52:35 -0600 Subject: [PATCH] Update yt_dlp/extractor/parti.py Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> --- yt_dlp/extractor/parti.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/parti.py b/yt_dlp/extractor/parti.py index 02f39a3c48..07a6d779cb 100644 --- a/yt_dlp/extractor/parti.py +++ b/yt_dlp/extractor/parti.py @@ -44,7 +44,7 @@ class PartiVideoIE(PartiBaseIE): 'title': ('event_title', {str}), 'channel': ('user_name', {str}), 'thumbnail': ('event_file', {url_or_none}), - 'categories': ('category_name', {str}, all), + 'categories': ('category_name', {str}, filter, all), 'timestamp': ('event_start_ts', {int_or_none}), }), }