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

Method localProxy

plugin/py_huya.py:132–140  ·  view source on GitHub ↗
(self,param)

Source from the content-addressed store, hash-verified

130 }
131 header = {}
132 def localProxy(self,param):
133 action = {
134 'url':'',
135 'header':'',
136 'param':'',
137 'type':'string',
138 'after':''
139 }
140 return [200, "video/MP2T", action, ""]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected