Commit f21ed458 by zhiwei

修复360新闻采集页数问题

parent 86d07d91
......@@ -259,7 +259,7 @@ public class SoNewsCrawlerParse extends HttpClientTemplateOK {
String url = null;
if (word != null) {
url = "https://news.so.com/ns?q=" + URLCodeUtil.getURLEncode(word, "utf-8") + "&tn=" + tn
+ "&rank=rank&j=0&nso=8&tp=10&nc=0&src=page&pn=" + page;
+ "&rank=rank&j=0&nso=8&tp=100&nc=0&src=page&pn=" + page;
}
return url;
}
......
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