We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e0806 commit a966614Copy full SHA for a966614
backend/app/downloaders/bilibili_downloader.py
@@ -69,7 +69,7 @@ def download_video(
69
output_path = os.path.join(output_dir, "%(id)s.%(ext)s")
70
71
ydl_opts = {
72
- 'format': 'best[height<=480][ext=mp4]/best[height<=480]/best',
+ 'format': 'bestaudio[ext=m4a]/bestaudio/best',
73
'outtmpl': output_path,
74
'noplaylist': True,
75
'quiet': False,
backend/app/downloaders/youtube_downloader.py
@@ -30,7 +30,7 @@ def download(
30
31
32
33
34
35
36
0 commit comments