(self,key,quick)
| 24 | result = {} |
| 25 | return result |
| 26 | def searchContent(self,key,quick): |
| 27 | result = {} |
| 28 | return result |
| 29 | def isVideoFormat(self,url): |
| 30 | pass |
| 31 | def manualVideoCheck(self): |
nothing calls this directly
no outgoing calls
no test coverage detected