From 97a56c3cb843b5b6f0e96fa954fd398656f02537 Mon Sep 17 00:00:00 2001 From: sepro Date: Mon, 11 Nov 2024 21:29:56 +0100 Subject: [PATCH] Add filter --- yt_dlp/extractor/mixch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/mixch.py b/yt_dlp/extractor/mixch.py index a0c450d7b6..64bddc6605 100644 --- a/yt_dlp/extractor/mixch.py +++ b/yt_dlp/extractor/mixch.py @@ -165,7 +165,7 @@ class MixchMovieIE(InfoExtractor): 'like_count': ('movie', 'favCount', {int_or_none}), 'comment_count': ('movie', 'commentCount', {int_or_none}), 'timestamp': ('movie', 'published', {int_or_none}), - 'uploader_url': ('ownerInfo', 'id', {lambda x: x and f'https://mixch.tv/u/{x}'}), + 'uploader_url': ('ownerInfo', 'id', {lambda x: x and f'https://mixch.tv/u/{x}'}, filter), }), 'live_status': 'not_live', }