mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 00:12:05 +00:00
Fixed #104
This commit is contained in:
parent
e3e2b37f3f
commit
6988292346
2 changed files with 2 additions and 2 deletions
2
funi.js
2
funi.js
|
|
@ -606,7 +606,7 @@ async function downloadStreams(){
|
|||
fnOutput = parseFileName(argv.fileName, title, fnEpNum, showTitle, season, plLayersRes[argv.q].width, plLayersRes[argv.q].height);
|
||||
if (fnOutput.length < 1)
|
||||
throw new Error('Invalid path', fnOutput);
|
||||
outName = fnOutput.slice(-1);
|
||||
outName = fnOutput.slice(-1)[0];
|
||||
console.log(`[INFO] Output filename: ${fnOutput.join(path.sep)}.ts`);
|
||||
}
|
||||
else if(argv.x > plServerList.length){
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "funimation-downloader-nx",
|
||||
"short_name": "funi",
|
||||
"version": "4.10.0",
|
||||
"version": "4.10.1",
|
||||
"description": "Download videos from Funimation via cli.",
|
||||
"keywords": [
|
||||
"download",
|
||||
|
|
|
|||
Loading…
Reference in a new issue