test
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = {
|
||||
const ytdlp = spawn('yt-dlp', [
|
||||
'-f', 'bestaudio',
|
||||
'-o', '-',
|
||||
'https://www.youtube.com/watch?v=dQw4w9WgXcQ', // test URL
|
||||
'https://www.youtube.com/watch?v=rPwUh0gqv7Y', // test URL
|
||||
]);
|
||||
|
||||
const ffmpeg = spawn('ffmpeg', [
|
||||
|
||||
Reference in New Issue
Block a user