(self)
| 33 | result['filters'] = self.config['filter'] |
| 34 | return result |
| 35 | def homeVideoContent(self): |
| 36 | result = {} |
| 37 | return result |
| 38 | def categoryContent(self,tid,pg,filter,extend): |
| 39 | result = {} |
| 40 | url = 'http://live.yj1211.work/api/live/getRecommendByPlatformArea?platform=douyu&size=20&area={0}&page={1}'.format(tid, pg) |
nothing calls this directly
no outgoing calls
no test coverage detected