(self,url)
| 225 | result["header"] = json.dumps(self.header) |
| 226 | return result |
| 227 | def isVideoFormat(self,url): |
| 228 | pass |
| 229 | def manualVideoCheck(self): |
| 230 | pass |
| 231 | def localProxy(self,param): |
nothing calls this directly
no outgoing calls
no test coverage detected