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

Method homeVideoContent

plugin/py_douyu.py:35–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected