update package name

This commit is contained in:
aynakeya
2024-04-07 03:27:45 -07:00
parent 66f7173c15
commit e05c3cf5c1
21 changed files with 25 additions and 24 deletions

View File

@@ -3,13 +3,13 @@ package bilivideo
import (
"errors"
"fmt"
"github.com/AynaLivePlayer/miaosic"
"github.com/AynaLivePlayer/miaosic/providers"
"github.com/aynakeya/deepcolor"
"github.com/aynakeya/deepcolor/dphttp"
"github.com/jinzhu/copier"
"github.com/spf13/cast"
"github.com/tidwall/gjson"
"miaosic"
"miaosic/providers"
"regexp"
)

View File

@@ -1,9 +1,9 @@
package bilivideo
import (
"github.com/AynaLivePlayer/miaosic"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"miaosic"
"regexp"
"strings"
"testing"

View File

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