mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
Removed debug code
This commit is contained in:
parent
584a36545b
commit
456fc07567
1 changed files with 1 additions and 1 deletions
2
funi.js
2
funi.js
|
|
@ -700,7 +700,7 @@ async function downloadStreams(){
|
|||
fs.unlinkSync(`${muxTrg}.json`);
|
||||
}
|
||||
else if(usableFFmpeg){
|
||||
let ffext = 'mp4'//!argv.mp4 ? 'mkv' : 'mp4';
|
||||
let ffext = !argv.mp4 ? 'mkv' : 'mp4';
|
||||
let ffmux = `-i "${muxTrg}.ts" `;
|
||||
if(plAud.uri){
|
||||
ffmux += `-i "${muxTrgA}.ts" `;
|
||||
|
|
|
|||
Loading…
Reference in a new issue