Skip to content

Commit

Permalink
😁
Browse files Browse the repository at this point in the history
  • Loading branch information
KSKOP69 committed Nov 8, 2024
1 parent e5a4f03 commit 4b80d34
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 @@ -287,7 +287,7 @@ def audio_dl():
def video_dl():
ydl_optssx = {
"cookiefile": cookiefile(),
"format": "(best[height<=?720][width<=?1280])",
"format": "(bestvideo[height<=?720][width<=?1280][ext=mp4])+(bestaudio[ext=m4a])",
"outtmpl": "downloads/%(id)s.%(ext)s",
"geo_bypass": True,
"nocheckcertificate": True,
Expand Down

0 comments on commit 4b80d34

Please sign in to comment.