mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Don't write youtube-dl stdout in log
It's too big
This commit is contained in:
@@ -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/)
|
||||
|
||||
Reference in New Issue
Block a user