From fac771e68d3e8eb44c0a0c15d54bafa591e39465 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Fri, 23 May 2025 03:59:26 +0000 Subject: [PATCH] cleanup --- yt_dlp/extractor/twitcasting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/twitcasting.py b/yt_dlp/extractor/twitcasting.py index 1e47349eba..ebc2963b0f 100644 --- a/yt_dlp/extractor/twitcasting.py +++ b/yt_dlp/extractor/twitcasting.py @@ -175,7 +175,7 @@ class TwitCastingIE(InfoExtractor): password_params = { 'word': hashlib.md5(video_password.encode()).hexdigest(), - } if video_password else {} + } if video_password else None formats = [] # low: 640x360, medium: 1280x720, high: 1920x1080