update api

This commit is contained in:
aynakeya
2023-10-30 20:36:27 -07:00
parent 4ec679f01c
commit 7dde9cf6ae
19 changed files with 646 additions and 620 deletions

View File

@@ -1,9 +1,9 @@
package bilibili
import (
"miaosic"
"github.com/AynaLivePlayer/miaosic"
)
func init() {
miaosic.RegisterProvider(NewBilibili(miaosic.Requester))
miaosic.RegisterProvider(NewBilibili())
}