(self)
| 40 | result['filters'] = self.config['filter'] |
| 41 | return result |
| 42 | def homeVideoContent(self): |
| 43 | result = { |
| 44 | 'list':[] |
| 45 | } |
| 46 | return result |
| 47 | cookies = '' |
| 48 | def getCookie(self): |
| 49 | #在cookies_str中填入会员或大会员cookie,以获得更好的体验 |
nothing calls this directly
no outgoing calls
no test coverage detected