File tree Expand file tree Collapse file tree 4 files changed +32
-23
lines changed Expand file tree Collapse file tree 4 files changed +32
-23
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export default defineConfig({
38
38
collapsed : true ,
39
39
items : [
40
40
{
41
- text : '安装主程序 ' ,
41
+ text : '安装程序 ' ,
42
42
link : '/doc/install/main'
43
43
} ,
44
44
{
Original file line number Diff line number Diff line change 1
- # 安装主程序
2
- ## 方式一:编译版
3
- 此方式可脱离 Python 环境独立运行,并集成 FFmpeg,适用于 Windows 用户。
1
+ # 安装程序
2
+ ## 下载发行版
3
+ 用户可前往[ GitHub Release] ( https://github.com/ScottSloan/Bili23-Downloader/releases/ ) 页面查看历史版本。
4
+ 也可以在下方列表中下载。
4
5
5
- [ GitHub Release] ( https://github.com/ScottSloan/Bili23-Downloader/releases/tag/v1.55.0 )
6
- [ 蓝奏云] ( https://wwx.lanzout.com/iJNAV2m5jdna )
6
+ | 文件名 | 平台架构 | 下载地址 | 备注 |
7
+ | -- | -- | -- | -- |
8
+ | - | 通用 | - | 源码版 |
9
+ | Bili23-Downloader-1.55.0-win-amd64.zip | Windows x64 | <a href =" https://github.com/ScottSloan/Bili23-Downloader/releases/tag/v1.55.0 " target =" _blank " rel =" noreferer " >GitHub</a > <br > <a href =" https://wwx.lanzout.com/iJNAV2m5jdna " target =" _blank " rel =" noreferer " >蓝奏云</a > | 编译版,附带 FFmpeg |
10
+ | - | Windows x64 | - | 编译版,不附带 FFmpeg |
7
11
8
- 下载完成后,将压缩包解压,以管理员身份运行 GUI.exe,即可开始使用。
12
+ | 文件名 | SHA1 |
13
+ | -- | -- |
14
+ | Bili23-Downloader-1.55.0-win-amd64.zip | a272880fe688597b1419633f4a75808273d360a2 |
9
15
10
- ::: tip
11
- 若出现应用程序错误等问题,请尝试修复 DirectX 和 C++ 运行库。
12
- :::
13
-
14
- ## 方式二:手动安装
15
- 此方式同时适用于 Windows/Linux/macOS 平台用户。
16
-
17
- Python 版本要求为 3.10 及以上。
16
+ ## 源码版使用
17
+ Python 版本需要为 3.10 及以上。
18
18
19
19
### 克隆仓库
20
20
``` bash
@@ -41,4 +41,11 @@ python3 GUI.py
41
41
sudo apt install libgtk-3-dev
42
42
43
43
pip install wxPython
44
- ```
44
+ ```
45
+
46
+ ## 编译版使用
47
+ 下载完成后,解压压缩包,以管理员身份运行 GUI.exe,即可开始使用。
48
+
49
+ ::: tip
50
+ 若出现应用程序错误等问题,请尝试修复 DirectX 和 C++ 运行库。
51
+ :::
Original file line number Diff line number Diff line change 7
7
## 主界面
8
8
首次启动程序后,点击程序左下角` 未登录 ` 区域或在菜单中点击` 工具 ` ->` 登录 ` ,打开登录窗口。
9
9
10
- 确保登录后,在链接框中输入 URL,点击` get ` 按钮开始解析,解析完成后显示剧集列表,如下图所示。
10
+ 确保登录后,在链接框中输入 URL,点击` Get ` 按钮开始解析,解析完成后显示剧集列表,如下图所示。
11
11
12
12
[ ![ pAxOkb6.png] ( https://s21.ax1x.com/2024/12/30/pAxOkb6.png )] ( https://imgse.com/i/pAxOkb6 )
13
13
31
31
32
32
[ ![ pAxXee0.png] ( https://s21.ax1x.com/2024/12/30/pAxXee0.png )] ( https://imgse.com/i/pAxXee0 )
33
33
34
+ 默认情况下,视频清晰度和音质均为` 自动 ` ,将下载视频最高可用的清晰度和音质。
35
+
34
36
::: tip
35
37
在此处修改的下载设置在程序关闭前都会生效,不会覆盖设置窗口中的设置。
36
38
37
- 此处显示的清晰度和音质信息为输入链接所对应的单个视频,对于多个视频清晰度不统一的情况,直接选择 ` 自动 ` 即可,程序将会下载每个视频的最高可用清晰度。
39
+ 此处显示的清晰度和音质信息为输入链接所对应的单个视频,如果存在多个视频清晰度不统一的情况,可能会不准确。
38
40
39
- 如果用户需要自动下载杜比视频/全景声,还需再设置中打开 ` 自动下载杜比 ` 选项。
41
+ 如果用户需要自动下载杜比视频/全景声,还需在设置中打开 ` 自动下载杜比 ` 选项,否则需要手动选择才会下载 。
40
42
41
43
部分视频可能不存在 AV1 编码,最终的媒体信息请以下载项的显示为准。
42
44
:::
61
63
* 支持并行下载,在窗口顶部的选择框还可动态调整当前的并行下载数
62
64
* 支持断点续传
63
65
* 支持下载限速,与并行下载结合体验更佳
64
- * 下载出错时还可自动重试
66
+ * 支持下载出错自动重试
65
67
* 采用懒加载模式显示下载列表
66
68
67
69
::: tip
102
104
103
105
[ ![ pElc0eS.png] ( https://s21.ax1x.com/2025/02/23/pElc0eS.png )] ( https://imgse.com/i/pElc0eS )
104
106
105
- 程序直接提供了解析后的 m3u8 直链,可在外部播放器中播放。
106
- 由于 FFmpeg 的特性,从点击录制到真正开始录制大约需要10s。
107
+ 程序直接提供了解析后的 m3u8 直链,可在外部播放器中播放。
108
+ 由于 FFmpeg 的特性,从点击录制到真正开始录制大约需要10s。
107
109
108
110
::: tip
109
111
点击` 直接播放 ` 将调用系统默认的播放器播放,Windows 自带的媒体播放器不支持播放 m3u8 链接,建议使用 VLC、PotPlayer、MPV 等播放器。
Original file line number Diff line number Diff line change 8
8
actions :
9
9
- theme : brand
10
10
text : 下载安装
11
- link : https://github.com/ScottSloan/Bili23-Downloader/releases
11
+ link : /doc/install/main
12
12
- theme : alt
13
13
text : 项目文档
14
14
link : /doc/intro
You can’t perform that action at this time.
0 commit comments