Update Dy555.java
This commit is contained in:
@@ -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+)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user