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

Method homeVideoContent

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

Source from the content-addressed store, hash-verified

40 result['filters'] = self.config['filter']
41 return result
42 def homeVideoContent(self):
43 result = {
44 'list':[]
45 }
46 return result
47 cookies = ''
48 def getCookie(self):
49 #在cookies_str中填入会员或大会员cookie,以获得更好的体验

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected