diff options
| author | Your Name <you@example.com> | 2026-02-09 20:21:39 +0000 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-02-09 20:21:39 +0000 |
| commit | bc54cdf4471e6a8ef72a484cada30905ff593e28 (patch) | |
| tree | 5e7b2c7eba4fb27de3ff853f951fcb38a292e6e4 /src/utils/player.js | |
| parent | 61c2b2898b0c18f09aa6ac5cbf915e8bcf08adab (diff) | |
update
Diffstat (limited to 'src/utils/player.js')
| -rw-r--r-- | src/utils/player.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/player.js b/src/utils/player.js index 3c82fbf..e521866 100644 --- a/src/utils/player.js +++ b/src/utils/player.js @@ -32,8 +32,8 @@ async function downloadWithYtDlp(song, options = {}) { const { logPrefix = 'DOWNLOAD' } = options; const ytdlp = spawn('yt-dlp', [ - '--cookies', COOKIES_FILE, - '--format', 'bestaudio[ext=m4a]/bestaudio', + //'--cookies', COOKIES_FILE, + '--format', 'bestaudio[ext=m4a]/bestaudio/best', '--external-downloader', 'aria2c', '--external-downloader-args', '-x16 -s16 -k1M', '--output', '-', |
