Update YTDLP + New Icon

This commit is contained in:
MasterAcnolo
2025-08-21 11:27:03 +02:00
parent 777257b71d
commit 6ece182629
5 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)
// const ytDlpPath = path.join(__dirname, '../../yt-dlp.exe');
const ytDlpPath = path.join(__dirname, '../../yt-dlp 2025.06.30.exe');
const ytDlpPath = path.join(__dirname, '../../yt-dlp 2025.08.20.exe');
router.post("/", (req, res) => {
try {