(self,key,quick)
| 95 | } |
| 96 | return result |
| 97 | def searchContent(self,key,quick): |
| 98 | result = {} |
| 99 | return result |
| 100 | def playerContent(self,flag,id,vipFlags): |
| 101 | result = {} |
| 102 | url = 'http://live.yj1211.work/api/live/getRealUrl?platform=douyu&roomId={0}'.format(id) |
nothing calls this directly
no outgoing calls
no test coverage detected