From c139f0c0156a790da34b39c17432af808a869218 Mon Sep 17 00:00:00 2001 From: KSKOP69 Date: Sun, 3 Nov 2024 04:16:39 +0000 Subject: [PATCH] Formate By @TheTeamAlexa Signed-off-by: TheTeamAlexa --- AlexaMusic/platforms/Youtube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AlexaMusic/platforms/Youtube.py b/AlexaMusic/platforms/Youtube.py index 3b06d8d9..74f34b16 100644 --- a/AlexaMusic/platforms/Youtube.py +++ b/AlexaMusic/platforms/Youtube.py @@ -265,7 +265,7 @@ async def formats(self, link: str, videoid: Union[bool, str] = None): "ext": format["ext"], "format_note": format["format_note"], "yturl": link, - "cookiefile": cookiefile() + "cookiefile": cookiefile(), } ) return formats_available, link