(self)
| 29 | def isVideoFormat(self,url): |
| 30 | pass |
| 31 | def manualVideoCheck(self): |
| 32 | pass |
| 33 | def playerContent(self,flag,id,vipFlags): |
| 34 | if flag == 'AliYun': |
| 35 | return self.originContent(flag,id,vipFlags) |
nothing calls this directly
no outgoing calls
no test coverage detected