(self)
| 16 | def isVideoFormat(self,url): |
| 17 | pass |
| 18 | def manualVideoCheck(self): |
| 19 | pass |
| 20 | def homeContent(self,filter): |
| 21 | result = {} |
| 22 | url = 'https://yixi.tv/api/site/category/?_=1' |
nothing calls this directly
no outgoing calls
no test coverage detected