Commit dd95f27b by zhiwei

微博话题

parent 706e02e0
......@@ -197,7 +197,7 @@ public class WeiboTopicCrawler {
}catch (Exception e){
e.printStackTrace();
}
HotSearchList topic = new HotSearchList(url, topicName, readNum, rank, HotSearchType.微博热搜.name(), commentNum, description);
HotSearchList topic = new HotSearchList(url, topicName, readNum, rank, HotSearchType.微博话题.name(), commentNum, description);
topicList.add(topic);
}
return topicList;
......
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