Commit fbf92814 by 马黎滨

Merge branch 'mlbWork' into 'master'

搜狗微信采集修改

See merge request !5
parents d639ddc3 856995d4
......@@ -65,7 +65,7 @@ public class SougoHotSearchCrawler {
}
// 获取关键词(String)
String kw = element.select("li").select("a").text();
String kw = element.select("li").select("a").attr("title");
// logger.info("关键词:{}", kw);
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