index
:
slbr
api-server
bugfix-ci-test
master
refactor-common
restart-cooldown
Simple lightweight Bilibili live recorder.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
Age
Commit message (
Collapse
)
Author
2022-09-13
Bugfix: task won't stop after Ctrl-C is sent.
v0.3.2
Keuin
2022-09-12
Feature: use alternative file extension name when the downloading is not ↵
v0.2.0
Keuin
completed.
2022-09-10
Rename module path to GitHub repo.
Keuin
2022-09-10
Replace all logger usages to custom logging.Logger.
Keuin
2022-09-10
Fix task is not properly restarted when the live is closed and started again.
Keuin
Use more friendly log format to replace golang's default `log.Logger`. (not completed) Cleaner task status management.
2022-09-09
Fix file buffer does not take effect. No idea why golang's io utility is so ↵
Keuin
suck. Use ad-hoc buffered copy loop instead.
2022-09-08
Bugfix: AutoRetry retry counter and error returning is not properly implemented
Keuin
2022-09-08
Support specify IP network type (ipv4, ipv6, in arbitrary combination and ↵
Keuin
priority)
2022-09-08
Remove unnecessary newline in log text.
Keuin
2022-09-08
Completely fix timing of goroutines. Implement graceful shutdown correctly.
Keuin
2022-09-08
Remove unnecessary boolean flag.
Keuin
2022-09-08
Load config from file or cli.
Keuin
2022-09-07
Handle error correctly when copying live stream.
Keuin
2022-09-07
First working version. Just a POC.
Keuin