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

Method searchContent

plugin/py_douyu.py:97–99  ·  view source on GitHub ↗
(self,key,quick)

Source from the content-addressed store, hash-verified

95 }
96 return result
97 def searchContent(self,key,quick):
98 result = {}
99 return result
100 def playerContent(self,flag,id,vipFlags):
101 result = {}
102 url = 'http://live.yj1211.work/api/live/getRealUrl?platform=douyu&roomId={0}'.format(id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected