Update Dy555.java

This commit is contained in:
gzlinz2
2022-10-25 12:53:47 +08:00
committed by GitHub
parent 08a2d74ff5
commit e7a7a06620
@@ -56,7 +56,7 @@ public class Dy555 extends Spider {
protected JSONObject filterConfig;
protected Pattern regexCategory = Pattern.compile("/vodtype/(\\d+).html");
protected Pattern regexVoddetail = Pattern.compile("/voddetail/(\\d+).html");
protected Pattern regexVoddetail = Pattern.compile("/vodplay/(\\d+)-(\\d+)-(\\d+).html");
protected Pattern regexPlay = Pattern.compile("/vodplay/(\\S+).html");
protected Pattern regexPage = Pattern.compile("\\d+/(\\d+)");