Commit 4fcc34ed by chenweitao

Merge branch 'working' into 'master'

微博要闻榜采集程序更新

See merge request !221
parents a0e748f4 72630a62
......@@ -140,7 +140,7 @@ public class WeiboNewsCrawler {
String iconUrl = cardInfo.getString("title_flag_pic");
String icon = null;
if (StringUtils.isNotBlank(iconUrl)) {
icon = iconUrl.split("card8_")[1].split(".png")[0];
icon = iconUrl.split("_")[1];
}
//获取链接
String id = cardInfo.getString("scheme");
......
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