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

Fix --danmaku-only not applying issue #941

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Berailitz
Copy link

The program should return immediately after downloading danmaku if --danmaku-only is specified.

The program should return immediately after downloading danmaku if --danmaku-only is specified.
@nilaoda
Copy link
Owner

nilaoda commented Oct 12, 2024

这是什么场景会导致问题?我试了一下--danmaku-only似乎正常工作

image

@Berailitz
Copy link
Author

❎:

> .\BBDown-buggy.exe  -dd -F '<videoTitle>-<bvid>-<dfn>-<fps>-<videoCodecs>' BV1Px411C7uB --danmaku-only
BBDown version 1.6.3, Bilibili Downloader.
遇到问题请首先到以下地址查阅有无相关信息:
https://github.com/nilaoda/BBDown/issues

[2024-11-10 11:26:16.644] - 检测账号登录...
[2024-11-10 11:26:16.895] - 你尚未登录B站账号, 解析可能受到限制
[2024-11-10 11:26:16.897] - 获取aid...
[2024-11-10 11:26:17.274] - 获取aid结束: 8981508
[2024-11-10 11:26:17.274] - 获取视频信息...
[2024-11-10 11:26:17.357] - 视频标题: 【中法字幕】Le Rouge et Le Noir摇滚红与黑 0129RFM
[2024-11-10 11:26:17.358] - 发布时间: 2017-03-05 14:33:04 +08:00
[2024-11-10 11:26:17.358] - UP主页: https://space.bilibili.com/62461774
[2024-11-10 11:26:17.358] - P1: [16452400] [] [02h17m24s]
[2024-11-10 11:26:17.359] - 共计 1 个分P, 已选择:ALL
[2024-11-10 11:26:17.359] - 开始解析P1: 8981508... (1 of 1)
[2024-11-10 11:26:17.673] - 共计1条流(共有23个分段).
                            0. [720P 高清] [AVC] [~876 kbps] [880.91 MB]
[2024-11-10 11:26:17.676] - 开始下载P1视频, 片段(01/23)...
                            [###########################-------------]  67% | - 1.92 MB/s[2024-11-10 11:26:29.011] - Force Exit...

✅:

> .\BBDown-fixed.exe  -dd -F '<videoTitle>-<bvid>-<dfn>-<fps>-<videoCodecs>' BV1Px411C7uB --danmaku-only
BBDown version 1.6.3, Bilibili Downloader.
遇到问题请首先到以下地址查阅有无相关信息:
https://github.com/nilaoda/BBDown/issues

[2024-11-10 11:28:31.583] - 检测账号登录...
[2024-11-10 11:28:31.808] - 你尚未登录B站账号, 解析可能受到限制
[2024-11-10 11:28:31.810] - 获取aid...
[2024-11-10 11:28:32.108] - 获取aid结束: 8981508
[2024-11-10 11:28:32.108] - 获取视频信息...
[2024-11-10 11:28:32.211] - 视频标题: 【中法字幕】Le Rouge et Le Noir摇滚红与黑 0129RFM
[2024-11-10 11:28:32.212] - 发布时间: 2017-03-05 14:33:04 +08:00
[2024-11-10 11:28:32.212] - UP主页: https://space.bilibili.com/62461774
[2024-11-10 11:28:32.212] - P1: [16452400] [] [02h17m24s]
[2024-11-10 11:28:32.213] - 共计 1 个分P, 已选择:ALL
[2024-11-10 11:28:32.213] - 开始解析P1: 8981508... (1 of 1)
[2024-11-10 11:28:32.490] - 共计1条流(共有23个分段).
                            0. [720P 高清] [AVC] [~876 kbps] [880.91 MB]
[2024-11-10 11:28:32.492] - 正在下载弹幕Xml文件
[2024-11-10 11:28:32.922] - 正在保存弹幕Ass文件...
[2024-11-10 11:28:32.928] - 任务完成

@nilaoda
Copy link
Owner

nilaoda commented Nov 10, 2024

可以在HandleConflictingOptions中处理这种情况

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants