提交 c7376d8b authored 作者: 梁业锦's avatar 梁业锦 💬

修复H&M无法爬取主要地区的BUG

上级 036c58e3
...@@ -74,7 +74,7 @@ public class SpiderServiceImpl implements SpiderService { ...@@ -74,7 +74,7 @@ public class SpiderServiceImpl implements SpiderService {
platformEnum = PlatformEnum.ZARA; platformEnum = PlatformEnum.ZARA;
} else if (targetUrl.contains("uniqlo") && Pattern.matches("^.*uniqlo.*\\/\\#\\/product\\?pid=u\\d+$", targetUrl)) { } else if (targetUrl.contains("uniqlo") && Pattern.matches("^.*uniqlo.*\\/\\#\\/product\\?pid=u\\d+$", targetUrl)) {
platformEnum = PlatformEnum.UNIQLO; platformEnum = PlatformEnum.UNIQLO;
} else if (targetUrl.contains("hm") && Pattern.matches("^.*hm.com\\/.*\\/productpage.\\d{10,}.*$", targetUrl)) { } else if (targetUrl.contains("hm") && Pattern.matches("^.*hm.com.cn\\/.*\\/\\d+.html$", targetUrl)) {
platformEnum = PlatformEnum.HM; platformEnum = PlatformEnum.HM;
} else if(targetUrl.contains("adidas") && Pattern.matches("^.*adidas.*\\/item\\/\\w{6,10}.*$", targetUrl)) { } else if(targetUrl.contains("adidas") && Pattern.matches("^.*adidas.*\\/item\\/\\w{6,10}.*$", targetUrl)) {
platformEnum=PlatformEnum.ADIDAS; platformEnum=PlatformEnum.ADIDAS;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论