MCPcopy Create free account
hub / github.com/UndCover/PyramidStore / homeVideoContent

Method homeVideoContent

plugin/py_bilibili.py:46–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 result['filters'] = self.config['filter']
45 return result
46 def homeVideoContent(self):
47 result = {
48 'list':[]
49 }
50 return result
51 cookies = ''
52 def getCookie(self):
53 rsp = self.fetch("https://www.bilibili.com/")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected