(self)
| 44 | result['filters'] = self.config['filter'] |
| 45 | return result |
| 46 | def homeVideoContent(self): |
| 47 | result = { |
| 48 | 'list':[] |
| 49 | } |
| 50 | return result |
| 51 | cookies = '' |
| 52 | def getCookie(self): |
| 53 | rsp = self.fetch("https://www.bilibili.com/") |
nothing calls this directly
no outgoing calls
no test coverage detected