(self,extend="")
| 13 | def getName(self): |
| 14 | return "B站影视" |
| 15 | def init(self,extend=""): |
| 16 | print("============{0}============".format(extend)) |
| 17 | pass |
| 18 | def isVideoFormat(self,url): |
| 19 | pass |
| 20 | def manualVideoCheck(self): |
nothing calls this directly
no outgoing calls
no test coverage detected