Update Dy555.java

This commit is contained in:
gzlinz2
2022-10-25 12:33:02 +08:00
committed by GitHub
parent f591c8b2c7
commit 5ee09be9c8
@@ -57,7 +57,7 @@ public class Dy555 extends Spider {
protected Pattern regexCategory = Pattern.compile("/vodtype/(\\d+).html");
protected Pattern regexVoddetail = Pattern.compile("/voddetail/(\\d+).html");
protected Pattern regexPlay = Pattern.compile("/vodplay/(\\d+)-(\\d+)-(\\d+).html");
protected Pattern regexPlay = Pattern.compile("/vodplay/(\\S+).html");
protected Pattern regexPage = Pattern.compile("\\d+/(\\d+)");