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

Method create

app/src/main/java/com/github/catvod/spider/Local.java:99–108  ·  view source on GitHub ↗
(String name, String url)

Source from the content-addressed store, hash-verified

97 }
98
99 private Vod create(String name, String url) {
100 Vod vod = new Vod();
101 vod.setTypeName("FongMi");
102 vod.setVodId(url);
103 vod.setVodName(name);
104 vod.setVodPic(Image.VIDEO);
105 vod.setVodPlayFrom("播放");
106 vod.setVodPlayUrl(1 + "$" + url);
107 return vod;
108 }
109
110 private Vod create(File file, List<File> files) {
111 Vod vod = new Vod();

Callers 2

categoryContentMethod · 0.95
detailContentMethod · 0.95

Calls 13

setTypeNameMethod · 0.95
setVodIdMethod · 0.95
setVodNameMethod · 0.95
setVodPicMethod · 0.95
setVodPlayFromMethod · 0.95
setVodPlayUrlMethod · 0.95
isMediaMethod · 0.95
getUrlMethod · 0.95
setVodRemarksMethod · 0.95
setVodTagMethod · 0.95
isFileMethod · 0.80
getNameMethod · 0.45

Tested by

no test coverage detected