MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / getUrl

Method getUrl

app/src/main/java/com/github/catvod/spider/Proxy.java:36–38  ·  view source on GitHub ↗
(String siteKey, String param)

Source from the content-addressed store, hash-verified

34 }
35
36 public static String getUrl(String siteKey, String param) {
37 return "proxy://do=csp&siteKey=" + siteKey + param;
38 }
39
40 public static String getUrl() {
41 return getUrl(true);

Callers 8

liveContentMethod · 0.95
createMethod · 0.95
playerContentMethod · 0.95
playerContentMethod · 0.95
getSubMethod · 0.95
getApiUrlMethod · 0.45
playerContentMethod · 0.45
getSubsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected