update package name

This commit is contained in:
aynakeya
2024-04-09 05:33:38 -07:00
parent ec74a21f78
commit ee87ff3f7b
25 changed files with 90 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
package netease
import "miaosic"
import "github.com/AynaLivePlayer/miaosic"
func init() {
miaosic.RegisterProvider(NewNetease())

View File

@@ -4,8 +4,8 @@ import (
"encoding/base64"
"encoding/json"
"fmt"
"github.com/AynaLivePlayer/miaosic"
neteaseApi "github.com/XiaoMengXinX/Music163Api-Go/api"
"miaosic"
"net/http"
)

View File

@@ -1,11 +1,11 @@
package netease
import (
"github.com/AynaLivePlayer/miaosic"
neteaseApi "github.com/XiaoMengXinX/Music163Api-Go/api"
neteaseTypes "github.com/XiaoMengXinX/Music163Api-Go/types"
neteaseUtil "github.com/XiaoMengXinX/Music163Api-Go/utils"
"github.com/spf13/cast"
"miaosic"
"regexp"
"strconv"
"strings"

View File

@@ -1,8 +1,8 @@
package netease
import (
"github.com/AynaLivePlayer/miaosic"
"github.com/stretchr/testify/require"
"miaosic"
"strings"
"testing"
)

View File

@@ -1,6 +1,6 @@
package netease
import "miaosic"
import "github.com/AynaLivePlayer/miaosic"
func (n *Netease) MatchPlaylist(uri string) (miaosic.MetaData, bool) {
return miaosic.MetaData{}, false