This commit is contained in:
aynakeya
2023-09-01 18:51:31 -07:00
commit caec88b461
15 changed files with 1069 additions and 0 deletions

View File

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