Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Format code.
  • Loading branch information
KSKOP69 authored Nov 3, 2024
2 parents a3be0a9 + c139f0c commit 38f968a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AlexaMusic/platforms/Youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38f968a

Please sign in to comment.