YT-DLP Moove

This commit is contained in:
MasterAcnolo
2025-08-31 16:30:54 +02:00
parent 004271241e
commit 815abae0a0
3 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ const fs = require("fs");
const { logger } = require("../logger"); // On récupère ton logger Winston
// Path absolu vers l'exécutable yt-dlp
const ytDlpPath = path.join(__dirname, '../../yt-dlp 2025.08.27.exe');
const ytDlpPath = path.join(__dirname, '../../ressources/yt-dlp 2025.08.27.exe');
// Vérification que yt-dlp.exe existe bien au lancement du module
if (!fs.existsSync(ytDlpPath)) {