Commit d639ddc3 by 马黎滨

Merge branch 'mlbWork' into 'master'

微博热搜采集排名重复修改

See merge request !4
parents 34004178 aba757f8
......@@ -126,7 +126,7 @@ public class WeiboHotSearchCrawler {
boolean hot = true;
if(Objects.nonNull(title) && title.contains("实时上升热点")){
hot = false;
rank = 50;
rank = 51;
}
for(int j=0; j<cardGroup.size(); j++){
JSONObject cardInfo = cardGroup.getJSONObject(j);
......
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