mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
YT-DLP Moove
This commit is contained in:
@@ -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.08.27.exe');
|
||||
const ytDlpPath = path.join(__dirname, '../../ressources/yt-dlp 2025.08.27.exe');
|
||||
|
||||
router.post("/", (req, res) => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user