MCPcopy Create free account
hub / github.com/FongMi/TV / proxy

Method proxy

quickjs/src/main/java/com/fongmi/quickjs/crawler/Spider.java:117–120  ·  view source on GitHub ↗
(Map<String, String> params)

Source from the content-addressed store, hash-verified

115 }
116
117 @Override
118 public Object[] proxy(Map<String, String> params) throws Exception {
119 return "catvod".equals(params.get("from")) ? proxy2(params) : proxy1(params);
120 }
121
122 @Override
123 public String action(String action) throws Exception {

Callers

nothing calls this directly

Calls 4

proxy2Method · 0.95
proxy1Method · 0.95
equalsMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected