X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fhelpers%2Fyoutube-dl%2Fyoutube-dl-cli.ts;h=559f92984ff58784002ad7cce80fcab779686cc6;hb=3233acdadf34045b51da91d42bcd6b3cbf3036f4;hp=440869205d05aeffbe4f19fc154501b50cb4ec26;hpb=62549e6c9818f422698f030e0b242609115493ed;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/helpers/youtube-dl/youtube-dl-cli.ts b/server/helpers/youtube-dl/youtube-dl-cli.ts index 440869205..559f92984 100644 --- a/server/helpers/youtube-dl/youtube-dl-cli.ts +++ b/server/helpers/youtube-dl/youtube-dl-cli.ts @@ -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/)