Skip to content

Commit

Permalink
Update youtube.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM-DLK authored Mar 11, 2023
1 parent 3574fad commit 12bd339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/downloaders/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"nocheckcertificate": True,
"outtmpl": "downloads/%(id)s.%(ext)s",
}
ydl = YoutubeDL(update-to)
ydl = YoutubeDL(ydl_opts))


def download(url: str) -> str:
Expand Down

0 comments on commit 12bd339

Please sign in to comment.