Remove library & refactor cli

This commit is contained in:
bytedream 2022-06-27 22:33:26 +02:00
parent 0fed0f8d3b
commit 8a3e42e4d1
45 changed files with 117 additions and 3687 deletions

3
go.mod
View file

@ -1,8 +1,9 @@
module github.com/ByteDream/crunchyroll-go/v3
module github.com/ByteDream/crunchy-cli
go 1.18
require (
github.com/ByteDream/crunchyroll-go/v3 v3.0.0-20220627201246-98185d763c0c
github.com/grafov/m3u8 v0.11.1
github.com/spf13/cobra v1.4.0
)