MCPcopy Create free account
hub / github.com/FloatTech/AnimeAPI / TestGetVideoSummary

Function TestGetVideoSummary

bilibili/api_test.go:15–21  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

13}
14
15func TestGetVideoSummary(t *testing.T) {
16 videoSummary, err := GetVideoSummary("BV1ju4y1s7kn")
17 if err != nil {
18 t.Fatal(err)
19 }
20 t.Logf("%+v\n", videoSummary)
21}
22
23func TestGetDynamicDetail(t *testing.T) {
24 cfg := NewCookieConfig("config.json")

Callers

nothing calls this directly

Calls 1

GetVideoSummaryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…