Add miss spider
This commit is contained in:
parent
2ac23debe2
commit
d51f61c6ce
|
|
@ -37,4 +37,12 @@ public abstract class Spider {
|
||||||
public String playerContent(String flag, String id, List<String> vipFlags) throws Exception {
|
public String playerContent(String flag, String id, List<String> vipFlags) throws Exception {
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean manualVideoCheck() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isVideoFormat(String url) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
279424aa7be0e38dbd884daf8913c1d4
|
4afbcea55791f6a2b1c8ac89745eca68
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue