This commit is contained in:
MasterAcnolo
2025-11-15 23:14:05 +01:00
parent c9a48ec64c
commit cff3101b03
3 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +1,3 @@
const { logger } = require("../logger");
function parseVideo(data) {
// logger.info(`Avant parse: ${JSON.stringify(data, null, 2)}`);

View File

@@ -15,7 +15,7 @@ if (config.localMode) {
denoPath = path.join(__dirname, "../../ressources/deno.exe");
} else {
userYtDlp = path.join(app.getPath("userData"), "yt-dlp.exe");
ffmpegPath = path.join(process.resourcesPath, "ressources"); // <- ici aussi
ffmpegPath = path.join(process.resourcesPath, "ffmpeg.exe");
denoPath = path.join(process.resourcesPath, "deno.exe");
if (!fs.existsSync(userYtDlp)) {