mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-30 02:35:46 +02:00
Removed Cyberpunk | Spicy | Vilbrequin Theme, Info Fix, Fix Progress Bar. Centralized Ressources
This commit is contained in:
@@ -28,7 +28,9 @@ router.post("/", (req, res) => {
|
||||
"--cookies-from-browser",
|
||||
`${getUserBrowser()}`,
|
||||
"--extractor-args",
|
||||
"youtube:player_client=default"
|
||||
"youtube:player_client=default",
|
||||
"--ignore-no-formats-error"
|
||||
|
||||
];
|
||||
|
||||
execFile(userYtDlp, args, { timeout: 30_000, maxBuffer: 10 * 1024 * 1024 }, (error, stdout, stderr) => {
|
||||
|
||||
Reference in New Issue
Block a user