blob: 97670c6cb9abae9845221dd5b333b21fe89ff720 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# SLBR: A Bilibili livestream recorder that sucks less
## 1. Features
If you want a Bilibili recorder featured with:
- Single executable file, just copy and run
- Friendly command-line arguments and an optional configuration file
- Save raw video streams directly, without intentional clipping
- Efficient execution
- Friendly logging to `stdout` or files
- **Just works**
Then you should give SLBR *(suck-less bilibili live recorder)* a try.
## 2. Why another Bilibili livestream recorder
All the other recorders suck. So I write my own recorder, which, I hope, sucks less.
## Reference
https://github.com/lovelyyoshino/Bilibili-Live-API
https://github.com/BililiveRecorder/BililiveRecorder
https://github.com/SocialSisterYi/bilibili-API-collect
https://github.com/hr3lxphr6j/bililive-go
https://github.com/zyzsdy/biliroku
|