mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 00:12:05 +00:00
Removed debug infomation
This commit is contained in:
parent
6e4a9371d5
commit
70ad9b5f72
1 changed files with 0 additions and 1 deletions
1
funi.js
1
funi.js
|
|
@ -720,7 +720,6 @@ async function downloadStreams(){
|
|||
if(!argv.mp4 && usableMKVmerge){
|
||||
let ffext = !argv.mp4 ? 'mkv' : 'mp4';
|
||||
let command = merger.buildCommandMkvMerge(audioAndVideo, purvideo, puraudio, stDlPath, `${path.join(cfg.dir.content, outName)}.${ffext}`);
|
||||
console.log(command, audioAndVideo, puraudio, purvideo)
|
||||
shlp.exec('mkvmerge', `"${mkvmergebinfile}"`, command);
|
||||
}
|
||||
else if(usableFFmpeg){
|
||||
|
|
|
|||
Loading…
Reference in a new issue