Commit 856995d4 by 马黎滨

搜狗微信采集修改

parent aba757f8
...@@ -65,7 +65,7 @@ public class SougoHotSearchCrawler { ...@@ -65,7 +65,7 @@ public class SougoHotSearchCrawler {
} }
// 获取关键词(String) // 获取关键词(String)
String kw = element.select("li").select("a").text(); String kw = element.select("li").select("a").attr("title");
// logger.info("关键词:{}", kw); // logger.info("关键词:{}", kw);
String everurl = element.select("li").select("a").attr("href"); String everurl = element.select("li").select("a").attr("href");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment