Commit 38731ea7 by [zhangzhiwei]

不知道提交了什么

parent f1569223
......@@ -53,10 +53,10 @@ public class TouTiaoArticleParse {
String as=Tools.getAS().split("_")[0];
String cp=Tools.getAS().split("_")[1];
String url = "https://www.toutiao.com/pgc/ma/?page_type=1&media_id="+media_id+"&count=20&as="+as+"&cp="+cp;
System.out.println();
if(max_behot_time!=null){
url = url + "&max_behot_time="+max_behot_time;
}
System.out.println(url);
Map<String,String> headerMap = Tools.getTouTiaoHeader();
headerMap.put("Referer", url);
String htmlBody = null;
......
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