(self,flag,id,vipFlags)
| 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 {} |
nothing calls this directly
no test coverage detected