add bilibili video

This commit is contained in:
Aynakeya
2022-07-02 10:09:19 -07:00
parent e0849f0d65
commit 6e18df9b41
6 changed files with 179 additions and 7 deletions

View File

@@ -10,6 +10,6 @@ func (c *_ProviderConfig) Name() string {
}
var Provider = &_ProviderConfig{
Priority: []string{"netease", "kuwo", "bilibili"},
Priority: []string{"netease", "kuwo", "bilibili", "bilibili-video"},
LocalDir: "./music",
}