diff --git a/src/index.js b/src/index.js index 83970a7..7113e97 100644 --- a/src/index.js +++ b/src/index.js @@ -94,7 +94,7 @@ async function play(song, id, connection, channel) { let err, out try { - err, out = await promisify(exec)('youtube-dl -f bestaudio --youtube-skip-dash-manifest --force-ipv4 -g "' + song.originalUrl + '"'); + err, out = await promisify(exec)('youtube-dl -f bestaudio,best --youtube-skip-dash-manifest --force-ipv4 -g "' + song.originalUrl + '"'); } catch(err_) { err = err_; }