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

Method playerContent

plugin/py_yixi.py:109–115  ·  view source on GitHub ↗
(self,flag,id,vipFlags)

Source from the content-addressed store, hash-verified

107 }
108 return result
109 def playerContent(self,flag,id,vipFlags):
110 result = {}
111 result["parse"] = 0
112 result["playUrl"] = ''
113 result["url"] = id
114 result["header"] = ''
115 return result
116
117 config = {
118 "player": {},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected