Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

希望bbdown在下载时把当前下载的视频url打印在屏幕上,理由如下 #939

Closed
gansui opened this issue Sep 27, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@gansui
Copy link

gansui commented Sep 27, 2024

当需要下载多个视频时,我常用的方法是把这些视频url存入一个文件,比如url.log,然后执行
xargs -a url.log -I FF BBDown FF | tee output.log
这样下载时完成后查看output.log看看是否有下载失败,比如看是否有Resource temporarily unavailable,但是这时候只知道有文件下载失败了,但是却不知道具体哪个url下载失败了,入下面的引用的失败的output.log,完全不知道哪个url下载失败了:

389 [2024-09-28 00:05:12.030] - 加载配置文件: /usr/bin/BBDown.config
390 [2024-09-28 00:05:12.034] - 检测账号登录...
391 [2024-09-28 00:05:17.557] - 获取aid...
392 Resource temporarily unavailable (www.bilibili.com:443)
393 请尝试升级到最新版本后重试!
394 BBDown version 1.6.3, Bilibili Downloader.^M
395 遇到问题请首先到以下地址查阅有无相关信息:^M
396 https://github.com/nilaoda/BBDown/issues^M

@BlueSkyXN
Copy link

这不是你应该写python解决的吗

@gansui
Copy link
Author

gansui commented Oct 3, 2024

可是这在程序里就是几行代码的事,就是把这个视频的ID值,例如BV1aE4m1R7vV,输出到屏幕上而已,再写一个python程序麻烦不说,还涉及到和BBDown版本匹配的问题。

谢谢你给的链接,不过和我的用法不一致

@nilaoda nilaoda added the enhancement New feature or request label Oct 9, 2024
@nilaoda
Copy link
Owner

nilaoda commented Nov 24, 2024

done

@nilaoda nilaoda closed this as completed Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants