File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ pip install -r requirements.txt
138138
139139#### 4. biliup & bilitool 登录
140140
141- 首先按照 [ biliup-rs] ( https://github.com/biliup/biliup-rs ) 登录b站,登录脚本在 ` src/upload /biliup ` ,登录产生的` cookies.json ` 保留在该文件夹下即可。
141+ 首先按照 [ biliup-rs] ( https://github.com/biliup/biliup-rs ) 登录b站,登录脚本在 ` src/utils /biliup ` ,登录产生的` cookies.json ` 保留在该文件夹下即可。
142142
143143然后同样通过 ` bilitool login ` 扫码登录(biliup 的 list 对应 api 已经失效,因此我写了 [ bilitool] ( https://github.com/timerring/bilitool ) 工具作为替换)。
144144
@@ -180,17 +180,14 @@ pip install -r requirements.txt
180180相应的执行日志请在 ` logs ` 文件夹中查看,如果有问题欢迎在 [ ` issue ` ] ( https://github.com/timerring/bilive/issues/new/choose ) 中提出。
181181```
182182logs # 日志文件夹
183- ├── blrecLog # blrec 录制日志
183+ ├── blrec # blrec 录制日志
184184│ └── ...
185- ├── burningLog # 弹幕渲染日志
185+ ├── scan # scan 处理日志
186186│ └── ...
187- ├── mergeLog # 片段合并日志
187+ ├── upload # upload 上传日志
188188│ └── ...
189- ├── scanLog # scan运行日志
190- │ └── ...
191- ├── uploadLog # 视频上传日志
192- │ └── ...
193- └── blrec.log # record.sh 运行日志
189+ └── runtime # 每次执行的日志
190+ └── ...
194191```
195192
196193### Installation(无 GPU 版本)
@@ -220,7 +217,7 @@ sudo docker run \
220217 -itd \
221218 --name bilive_docker \
222219 -p 22333:2233 \
223- timerring/bilive:0.2.9
220+ timerring/bilive:0.2.10
224221```
225222
226223## 特别感谢
You can’t perform that action at this time.
0 commit comments