YT-DLP Maj Automatique

This commit is contained in:
MasterAcnolo
2025-09-27 11:10:34 +02:00
parent 7b6e48b09e
commit b92ffebdb4
4 changed files with 12 additions and 4 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, '../../ressources/yt-dlp 2025.09.23.exe');
const ytDlpPath = path.join(__dirname, '../../ressources/yt-dlp.exe');
// Vérification que yt-dlp.exe existe bien au lancement du module
if (!fs.existsSync(ytDlpPath)) {