Fix HTTPS error for yt-dlp

This commit is contained in:
EEKIM10 2023-03-15 13:31:15 +00:00
parent 2b7804b22a
commit 05d930088f

View file

@ -750,6 +750,7 @@ class OtherCog(commands.Cog):
options = [
"--no-colors",
"--no-playlist",
"--no-check-certificates",
# "--max-filesize", str(MAX_SIZE) + "M",
"--no-warnings",
"--output", OUTPUT_FILE,