sodaling / FastestBilibiliDownloader

B站视频极速批量下载器|The fastest Bilibili video downloader
682 stars 109 forks source link

After the download is complete, the video file is lost.下载完成后视频文件丢失 #22

Open junyuzhu opened 3 years ago

junyuzhu commented 3 years ago

运行环境为Ubuntu running in win10 ,clone 代码后运行。 当提示正在下载时,能在download找到文件。但下载完成后,文件丢失。 AA@PC1:/mnt/c/Users/AA/FastestBilibiliDownloader$ go run cmd/start-concurrent-engine.go Please enter your id type(aid or upid) aid Please enter your id 202986725 2020/11/29 19:00:37 Start working. 2020/11/29 19:00:38 202986725:1_1.flv is downloading. 2020/11/29 19:11:33 202986725:1_1.flv has finished. 2020/11/29 19:11:33 202986725 download completed.Start merging videos now. 2020/11/29 19:11:44 Video 202986725 merge is complete. 2020/11/29 19:11:44 All work has done

lovecn commented 3 years ago

Windows一样的。

go run cmd\start-concurrent-engine.go
go: downloading github.com/tidwall/gjson v1.5.0
go: downloading github.com/tidwall/pretty v1.0.1
go: downloading github.com/go-cmd/cmd v1.2.0
go: downloading golang.org/x/net v0.0.0-20200202094626-16171245cfb2
go: downloading github.com/tidwall/match v1.0.1
Please enter your id type(`aid` or `upid`)
aid
Please enter your id
884582105
2021/02/04 14:34:09 Start working.
2021/02/04 14:34:10 884582105:1_1.flv is downloading.
2021/02/04 14:35:33 884582105:1_1.flv has finished.
2021/02/04 14:35:33 884582105  download completed.Start merging videos now.
2021/02/04 14:35:34 Video  884582105  merge is complete.
2021/02/04 14:35:34 All work has done
lovecn commented 3 years ago

哦 ,看错了,在output目录有下载的MP4文件。