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

Method init

app/src/main/java/com/github/catvod/spider/WebDAV.java:60–66  ·  view source on GitHub ↗
(Context context, String extend)

Source from the content-addressed store, hash-verified

58 }
59
60 @Override
61 public void init(Context context, String extend) {
62 this.allExt = new ArrayList<>(Arrays.asList("ass", "ssa", "srt"));
63 this.allExt.addAll(Util.MEDIA);
64 this.extend = extend;
65 fetchRule();
66 }
67
68 @Override
69 public String homeContent(boolean filter) {

Callers

nothing calls this directly

Calls 1

fetchRuleMethod · 0.95

Tested by

no test coverage detected