Add miss spider

This commit is contained in:
FongMi 2023-01-09 13:57:31 +08:00
parent 2ac23debe2
commit d51f61c6ce
3 changed files with 9 additions and 1 deletions

View File

@ -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.

View File

@ -1 +1 @@
279424aa7be0e38dbd884daf8913c1d4 4afbcea55791f6a2b1c8ac89745eca68