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

Method homeVideoContent

plugin/py_huya.py:36–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 result['filters'] = self.config['filter']
35 return result
36 def homeVideoContent(self):
37 result = {}
38 return result
39 def categoryContent(self,tid,pg,filter,extend):
40 result = {}
41 url = 'http://live.yj1211.work/api/live/getRecommendByPlatformArea?platform=huya&size=20&area={0}&page={1}'.format(tid, pg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected