diff options
Diffstat (limited to 'recording/runner.go')
-rw-r--r-- | recording/runner.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recording/runner.go b/recording/runner.go index 4f3b1f5..2830ee7 100644 --- a/recording/runner.go +++ b/recording/runner.go @@ -6,12 +6,12 @@ The config can be load from a config file. package recording import ( - "bilibili-livestream-archiver/bilibili" - "bilibili-livestream-archiver/common" "context" "encoding/json" "errors" "fmt" + "github.com/keuin/slbr/bilibili" + "github.com/keuin/slbr/common" "os" "path" "time" |