diff options
author | Keuin <[email protected]> | 2022-09-07 02:48:46 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-09-07 02:48:46 +0800 |
commit | 8e15d802865ed57db0018c15ea5559c8bd44c01f (patch) | |
tree | 48f4632a1ad044bd7f7f8da3ebe2bb03ab4ca6fe /README.md | |
parent | 88234ca8fffc4e120adbe0d38071b625ad2f43c7 (diff) |
First working version. Just a POC.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c0f46b5 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# YABR: Yet another Bilibili livestream recorder + +## 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 + +Then you should give YABR a try. + +## 2. Why another Bilibili livestream recorder + +The other recorder sucks. 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
\ No newline at end of file |