Skip to content

Commit

Permalink
合集api有问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yangtfu committed Apr 19, 2024
1 parent 374714f commit 1068933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video.go
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ type VideoCollectionInfo struct {
func (c *Client) GetVideoCollectionInfo(param GetVideoCollectionInfoParam) (*VideoCollectionInfo, error) {
const (
method = resty.MethodGet
url = "https://api.bilibili.com/x/polymer/web-space/seasons_archives_list"
url = "https://api.bilibili.com/x/series/archives"
)
return execute[*VideoCollectionInfo](c, method, url, param)
}

0 comments on commit 1068933

Please sign in to comment.