mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Anglais Fetch Info.js + Removed Files Check
This commit is contained in:
@@ -4,16 +4,11 @@ const path = require("path");
|
||||
const { logger, logSessionStart, logSessionEnd } = require("./logger");
|
||||
const config = require("../config");
|
||||
const { execFile } = require("child_process");
|
||||
const { userYtDlp, ffmpegPath, denoPath} = require("./helpers/path");
|
||||
const { userYtDlp } = require("./helpers/path");
|
||||
|
||||
|
||||
const app = express();
|
||||
|
||||
logger.info("FFMPEG Path:", ffmpegPath);
|
||||
logger.info("Deno Path:", denoPath);
|
||||
logger.info("YT-DLP Path:", userYtDlp);
|
||||
|
||||
|
||||
app.use(express.json());
|
||||
|
||||
// Dossier de téléchargement
|
||||
|
||||
Reference in New Issue
Block a user