diff --git a/main.py b/main.py index 6882488..9a0eaee 100644 --- a/main.py +++ b/main.py @@ -15,7 +15,7 @@ download_dir = 'downloads' os.makedirs(download_dir, exist_ok=True) ydl_opts = { - 'format': 'bestaudio/best', + 'format': 'best', 'outtmpl': f'{download_dir}/%(title)s [%(id)s].%(ext)s', }