FastestBilibiliDownloader
FastestBilibiliDownloader copied to clipboard
B站视频极速批量下载器|The fastest Bilibili video downloader
视频合集下载命名能不能按P命名哦,下载的文件全是1,2,3,这种有点不好找视频。。。
支持cli
$ go build cmd/start-concurrent-engine.go && start-concurrent-engine -h Usage: start-concurrent-engine [--type TYPE] [--id ID] Options: --type TYPE, -t TYPE id type,support: aid: 下载单个视频 upid 下载指定up主的视频 --id ID, -i ID 视频或up主的id --help,...
https://github.com/sodaling/FastestBilibiliDownloader/blob/036fd690b4430d7ad3e9fa4c6842df4dfaa17948/cmd/start-concurrent-engine.go#L60 ````go aid, _ = strconv.ParseInt(strings.TrimPrefix(params[1], "av"), 10, 64) ````
```text 2022/01/22 10:31:50 253258169:53_1.flv is downloading. 2022/01/22 10:31:52 253258169:5_1.flv has finished. 2022/01/22 10:31:53 253258169:58_1.flv is downloading. 2022/01/22 10:32:09 Failed to download video 489247744 2022/01/22 10:32:11 253258169:60_1.flv is downloading. 2022/01/22 10:34:00...
is downloading. panic: mkdir /media/FastestBilibiliDownloader/download/501536997_【阿梓】暗恋梓宝?那可挺令人恶心的,那可挺令人作呕的🤮: invalid argument goroutine 35 [running]: simple-golang-crawler/tool.GetAidFileDownloadDir(0x1de4d8e5, 0xc00013b12a, 0x58, 0x0, 0x0) /media/baka/My Book/FastestBilibiliDownloader/tool/path.go:29 +0x467 simple-golang-crawler/fetcher.GenVideoFetcher.func1(0xc0005be033, 0x1fe, 0x0, 0x0, 0x0, 0x0, 0x0) /media/baka/My Book/FastestBilibiliDownloader/fetcher/downloader.go:52 +0x9b3 simple-golang-crawler/engine.work(0xc00027a5a0, 0x0,...
不知道如何获得aid,无法下载视频
**问题: 在用docker执行的时候,发现都是在前台执行,并且在执行中途会出现一下报错!** Socket error Event: 32 Error: 10053. Connection closing...Socket close. Connection closed by foreign host. Disconnected from remote host(M01) at 18:57:32. Type `help' to learn how to use Xshell...
期望支持cookie或者登陆,方便下载最清晰的文件
运行环境为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...
命令提示不严谨,your id,就是你的ID意思是就是你的用户名,可是你这里不知道指的是什么。Your Id Type,your有些多余。 另外在我输入任意ID后,会忽略任何我输入的Your Id的第一位字母之后的所有字母。 