From 8e15d802865ed57db0018c15ea5559c8bd44c01f Mon Sep 17 00:00:00 2001 From: Keuin Date: Wed, 7 Sep 2022 02:48:46 +0800 Subject: First working version. Just a POC. --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3