From 106893320164a8283aa164ee7192c5a3e2a9c71c Mon Sep 17 00:00:00 2001 From: yangtfu Date: Fri, 19 Apr 2024 15:28:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E9=9B=86api=E6=9C=89=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- video.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video.go b/video.go index b313ee6..f750175 100644 --- a/video.go +++ b/video.go @@ -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) }