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