fix @zmwb->-zmwb
This commit is contained in:
parent
4d2f109e2b
commit
b41a928040
@ -55,12 +55,12 @@ async function reName(dinfo) {
|
||||
} else {
|
||||
fbl = 480
|
||||
}
|
||||
let rname = `${vinfo.name}.${vinfo.rename}.${vinfo.year}.S${addZeor(vinfo.season)}E${addZeor(dinfo.title)}.WEB-DL.${fbl}p.${Video.Format}.${Audio.Format}@ZmWeb.mp4`
|
||||
let rname = `${vinfo.name}.${vinfo.rename}.${vinfo.year}.S${addZeor(vinfo.season)}E${addZeor(dinfo.title)}.WEB-DL.${fbl}p.${Video.Format}.${Audio.Format}-ZmWeb.mp4`
|
||||
let state = fs.renameSync(dinfo.save + "/" + dinfo.title + ".mp4", dinfo.save + "/" + rname)
|
||||
let newPath = ""
|
||||
let tem = dinfo.save.split("/")
|
||||
tem.pop()
|
||||
let seedName = `${vinfo.name}.${vinfo.rename}.${vinfo.year}.S${addZeor(vinfo.season)}.WEB-DL.${fbl}p.${Video.Format}.${Audio.Format}@ZmWeb`
|
||||
let seedName = `${vinfo.name}.${vinfo.rename}.${vinfo.year}.S${addZeor(vinfo.season)}.WEB-DL.${fbl}p.${Video.Format}.${Audio.Format}-ZmWeb`
|
||||
tem.push(seedName)
|
||||
newPath = tem.join("/")
|
||||
return {
|
||||
@ -70,7 +70,7 @@ async function reName(dinfo) {
|
||||
oldPath: dinfo.save,
|
||||
newPath: newPath,
|
||||
seedName,
|
||||
title: `${vinfo.rename} ${vinfo.year} S${addZeor(vinfo.season)}Epxxx WEB-DL ${fbl}p ${Video.Format} ${Audio.Format}@ZmWeb`,
|
||||
title: `${vinfo.rename} ${vinfo.year} S${addZeor(vinfo.season)}Epxxx WEB-DL ${fbl}p ${Video.Format} ${Audio.Format}-ZmWeb`,
|
||||
Duration: Video.Duration,
|
||||
rname,
|
||||
ep: addZeor(dinfo.title),
|
||||
|
Loading…
Reference in New Issue
Block a user