Update Spider.java

pull/137/head
FongMi 3 years ago
parent 8776344436
commit bfbe5351e3
  1. 4
      drpy/src/main/java/com/hiker/drpy/Spider.java

@ -88,12 +88,12 @@ public class Spider extends com.github.catvod.crawler.Spider {
@Override
public boolean manualVideoCheck() throws Exception {
return (Boolean) call("manualVideoCheck");
return (Boolean) call("enableSniffer");
}
@Override
public boolean isVideoFormat(String url) throws Exception {
return (Boolean) call("isVideoFormat", url);
return (Boolean) call("isVideo", url);
}
@Override

Loading…
Cancel
Save