Commit eff665aa by zhiwei

修改自媒体账号匹配中的百家号匹配

parent 574cb605
......@@ -161,9 +161,9 @@ public class MatchSource {
source = "财经头条-" + source;
}
}
}else if(url.contains("baijia.baidu.com")){
}else if(url.contains("baijiahao.baidu.com")){
//百度百家
source = document.select("section.info").select("span.author").text().trim();
source = document.select("div.author-txt").select("p.author-name").text().trim();
if(source!=null && !source.equals("")){
source = "百度百家-" + source;
}
......
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