Versions in this module Expand all Collapse all v0 v0.2.0 Apr 23, 2022 v0.1.0 Apr 3, 2022 Changes in this version + type API struct + func NewAPI(base *base.Base) *API + func (a *API) ArcList(opt ArcListOpt) (*ArcListResp, error) + func (a *API) ArcSearch(opt ArcSearchOpt) (*ArcSearchResp, error) + type ArcEpisodicButton struct + Text string + URI string + type ArcListItem struct + Aid int64 + Author struct{ ... } + Bvid string + Duration int64 + Pic string + Pubdate int64 + Rights archive.Rights + Stat struct{ ... } + Title string + type ArcListOpt struct + Mid int64 + Pn int + Ps int + type ArcListResp struct + Archives []*ArcListItem + Page ArcPage + type ArcPage struct + Count int64 + Pn int32 + Ps int32 + type ArcSearchOpt struct + CheckID int64 + CheckType string + Jsonp string + Keyword string + Mid int64 + Order string + Pn int + Ps int + Tid int64 + type ArcSearchRes struct + Tlist map[string]ArcSearchTList + Vlist []ArcSearchVList + type ArcSearchResp struct + EpisodicButton ArcEpisodicButton + List ArcSearchRes + Page ArcPage + type ArcSearchTList struct + Count int64 + Name string + Tid int64 + type ArcSearchVList struct + Aid int64 + Author string + Bvid string + Comment int64 + Copyright string + Created int64 + Description string + HideClick bool + IsLivePlayback int + IsPay int + IsSteinsGate int + IsUnionVideo int + Length string + Mid int64 + Pic string + Play int64 + Review int64 + Subtitle string + Title string + TypeID int64 + VideoReview int64