Commit aba757f8 by 马黎滨

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

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