Fix 720p defaulting
This commit is contained in:
parent
1075a2816c
commit
e71f994815
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
@ -184,6 +184,7 @@ app.get("/download", async (req, res) => {
|
|||
url,
|
||||
'-o', '-',
|
||||
'--max-filesize', MAX_FILESIZE + 'm',
|
||||
'-S', 'res:' + quality,
|
||||
'--no-playlist',
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in a new issue