(self,url)
| 239 | result["header"] = json.dumps(self.header) |
| 240 | return result |
| 241 | def isVideoFormat(self,url): |
| 242 | pass |
| 243 | def manualVideoCheck(self): |
| 244 | pass |
| 245 | def localProxy(self,param): |
nothing calls this directly
no outgoing calls
no test coverage detected