Update YT-DLP

This commit is contained in:
MasterAcnolo
2025-08-28 10:37:14 +02:00
parent 3d583a9b6f
commit 5368fb9311
3 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ const logger = require("../logger").logger;
// Path vers le fichier exécutable yt-dlp (outil tiers pour le téléchargement) // Path vers le fichier exécutable yt-dlp (outil tiers pour le téléchargement)
// const ytDlpPath = path.join(__dirname, '../../yt-dlp.exe'); // const ytDlpPath = path.join(__dirname, '../../yt-dlp.exe');
const ytDlpPath = path.join(__dirname, '../../yt-dlp 2025.08.20.exe'); const ytDlpPath = path.join(__dirname, '../../yt-dlp 2025.08.27.exe');
router.post("/", (req, res) => { router.post("/", (req, res) => {
try { try {

View File

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

BIN
yt-dlp 2025.08.27.exe Normal file

Binary file not shown.