Commit 056c3e48 by chenweitao

Merge branch 'working' into 'master'

更新微博娱乐榜采集程序

See merge request !154
parents e9dc5f62 cfbfd74d
......@@ -76,7 +76,7 @@ public class WeiboEntertainmentCrawler {
rank++;
HotSearchList hotSearch = new HotSearchList(ul, name, hotCount, hot, rank, HotSearchType.微博娱乐榜.name(), icon, date);
if (Objects.nonNull(iconUrl)){hotSearch.setIconUrl(iconUrl);}
if(!"娱乐动态数据详情".equals(hotSearch.getName())){
if(!"文娱动态数据详情".equals(hotSearch.getName())){
result.add(hotSearch);
}
}
......
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