mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update vld
This commit is contained in:
parent
f4cadb00b7
commit
654428b1f1
@ -98,10 +98,10 @@ class Downloader {
|
|||||||
async mergeFragment(title, index = -1) {
|
async mergeFragment(title, index = -1) {
|
||||||
const dest = title + ".flv";
|
const dest = title + ".flv";
|
||||||
if (index !== -1) {
|
if (index !== -1) {
|
||||||
console.log("正在合并片段" + index.toString() + "...".green);
|
console.log(`正在合并片段${index.toString()}...`.blue);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
console.log("正在合并文件...".green);
|
console.log("正在合并文件...".blue);
|
||||||
}
|
}
|
||||||
if (options.parts === 1) {
|
if (options.parts === 1) {
|
||||||
fs.renameSync(title + ".part0", dest);
|
fs.renameSync(title + ".part0", dest);
|
||||||
|
|||||||
@ -138,11 +138,11 @@ class Downloader
|
|||||||
const dest = title + ".flv";
|
const dest = title + ".flv";
|
||||||
if (index !== -1)
|
if (index !== -1)
|
||||||
{
|
{
|
||||||
console.log("正在合并片段" + index.toString() + "...".green);
|
console.log(`正在合并片段${index.toString()}...`.blue);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
console.log("正在合并文件...".green);
|
console.log("正在合并文件...".blue);
|
||||||
}
|
}
|
||||||
if (options.parts === 1)
|
if (options.parts === 1)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user