This commit is contained in:
Izuco 2021-09-05 10:46:23 +02:00
parent e3e2b37f3f
commit 6988292346
No known key found for this signature in database
GPG key ID: 318460063D70949F
2 changed files with 2 additions and 2 deletions

View file

@ -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){

View file

@ -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",