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

Method playerContent

plugin/py_ali_subtitle.py:33–39  ·  view source on GitHub ↗
(self,flag,id,vipFlags)

Source from the content-addressed store, hash-verified

31 def manualVideoCheck(self):
32 pass
33 def playerContent(self,flag,id,vipFlags):
34 if flag == 'AliYun':
35 return self.originContent(flag,id,vipFlags)
36 elif flag == 'AliYun原画':
37 return self.fhdContent(flag,id,vipFlags)
38 else:
39 return {}
40 def fhdContent(self,flag,id,vipFlags):
41 if not self.login():
42 return {}

Callers

nothing calls this directly

Calls 2

originContentMethod · 0.95
fhdContentMethod · 0.95

Tested by

no test coverage detected