Commit cfbfd74d by leiliangliang

更新微博娱乐榜采集程序

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