(self,key,quick)
| 173 | # } |
| 174 | # return result |
| 175 | def searchContent(self,key,quick): |
| 176 | result = { |
| 177 | 'list':[] |
| 178 | } |
| 179 | return result |
| 180 | def playerContent(self,flag,id,vipFlags): |
| 181 | result = {} |
| 182 | url = "https://vdn.apps.cntv.cn/api/getHttpVideoInfo.do?pid={0}".format(id) |
nothing calls this directly
no outgoing calls
no test coverage detected