Commit 2da35a84 by zhiwei

来源转发添加腾讯自选股

parent 252ee982
......@@ -114,7 +114,7 @@ public class SourceForwardCrawler {
}
}else if(attr.get().toString().contains("snp.tenpay.com") || attr.get().toString().contains("gu.qq.com")){
if(body.contains("source")){
source = body.split("\"media_name\":\"")[1].split("\"")[0];
source = body.split("\"source\":\"")[1].split("\"")[0];
}
}else{
Document document = Jsoup.parse(body);
......
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