Don't write youtube-dl stdout in log
It's too big
This commit is contained in:
parent
0c691a182c
commit
b2ad0090c1
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ export class YoutubeDLCLI {
|
|||
|
||||
const output = await execa('python', [ youtubeDLBinaryPath, ...completeArgs, url ], processOptions)
|
||||
|
||||
logger.debug('Runned youtube-dl command.', { command: output.command, stdout: output.stdout, ...lTags() })
|
||||
logger.debug('Runned youtube-dl command.', { command: output.command, ...lTags() })
|
||||
|
||||
return output.stdout
|
||||
? output.stdout.trim().split(/\r?\n/)
|
||||
|
|
Loading…
Add table
Reference in a new issue