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

Method searchContent

plugin/py_cctv_full.py:175–179  ·  view source on GitHub ↗
(self,key,quick)

Source from the content-addressed store, hash-verified

173 # }
174 # return result
175 def searchContent(self,key,quick):
176 result = {
177 'list':[]
178 }
179 return result
180 def playerContent(self,flag,id,vipFlags):
181 result = {}
182 url = "https://vdn.apps.cntv.cn/api/getHttpVideoInfo.do?pid={0}".format(id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected