Commit 4fba311c by chenweitao

Merge branch 'working' into 'master'

更新快手采集程序

See merge request !198
parents 38d8a5b9 4a7dcca4
......@@ -70,7 +70,7 @@ public class KuaiShouHotSearchCrawler {
//排名
Integer rank = object.getInteger("rank");
String hotValue = object.getString("hotValue");
String[] ws = hotValue.split("w");
String[] ws = hotValue.split("");
//热度
Double d = Double.valueOf(ws[0])*10000;
long hot = d.longValue();
......
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