Renamed project to crunchyroll-go due trademark issues

This commit is contained in:
ByteDream 2021-08-10 14:06:18 +02:00
parent 5f1d811c66
commit ac56f58cd4
11 changed files with 590 additions and 22 deletions

View file

@ -4,8 +4,8 @@ import (
"bytes"
"encoding/json"
"fmt"
"github.com/ByteDream/crunchyroll"
"github.com/ByteDream/crunchyroll/utils"
"github.com/ByteDream/crunchyroll-go"
"github.com/ByteDream/crunchyroll-go/utils"
"github.com/grafov/m3u8"
"github.com/spf13/cobra"
"os"

View file

@ -1,7 +1,7 @@
package cmd
import (
"github.com/ByteDream/crunchyroll"
"github.com/ByteDream/crunchyroll-go"
"github.com/spf13/cobra"
"io/ioutil"
)

View file

@ -1,7 +1,7 @@
package cmd
import (
"github.com/ByteDream/crunchyroll"
"github.com/ByteDream/crunchyroll-go"
"github.com/spf13/cobra"
"net/http"
"os"

View file

@ -2,8 +2,8 @@ package cmd
import (
"fmt"
"github.com/ByteDream/crunchyroll"
"github.com/ByteDream/crunchyroll/utils"
"github.com/ByteDream/crunchyroll-go"
"github.com/ByteDream/crunchyroll-go/utils"
"io"
"io/ioutil"
"log"

View file

@ -3,7 +3,7 @@ package main
// the cli will be redesigned soon
import (
"github.com/ByteDream/crunchyroll/cmd/crunchyroll/cmd"
"github.com/ByteDream/crunchyroll-go/cmd/crunchyroll/cmd"
)
func main() {