(self,key,quick)
| 96 | } |
| 97 | return result |
| 98 | def searchContent(self,key,quick): |
| 99 | result = {} |
| 100 | return result |
| 101 | def playerContent(self,flag,id,vipFlags): |
| 102 | result = {} |
| 103 | url = 'https://mp.huya.com/cache.php?m=Live&do=profileRoom&roomid={0}'.format(id) |
nothing calls this directly
no outgoing calls
no test coverage detected