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

Method pd

app/src/main/java/com/github/catvod/js/Function.java:35–38  ·  view source on GitHub ↗
(String html, String rule, String urlKey)

Source from the content-addressed store, hash-verified

33 }
34
35 @JSMethod
36 public String pd(String html, String rule, String urlKey) {
37 return parser.parseDomForUrl(html, rule, urlKey);
38 }
39
40 @JSMethod
41 public String pdfh(String html, String rule) {

Callers

nothing calls this directly

Calls 1

parseDomForUrlMethod · 0.80

Tested by

no test coverage detected