Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
media_data_crawler
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhiwei
media_data_crawler
Commits
2f99cb1b
Commit
2f99cb1b
authored
Aug 06, 2018
by
yangchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
无效日志删除
parent
5f4ff8d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
src/main/java/com/zhiwei/media_data_crawler/crawler/BaiduNewsCrawlerParse.java
+0
-1
No files found.
src/main/java/com/zhiwei/media_data_crawler/crawler/BaiduNewsCrawlerParse.java
View file @
2f99cb1b
...
...
@@ -93,7 +93,6 @@ public class BaiduNewsCrawlerParse extends HttpClientTemplateOK {
public
static
int
getBaiduNewsCount
(
String
word
,
String
startTime
,
String
endTime
,
Proxy
proxy
,
String
cookie
)
throws
Exception
{
try
{
String
result
=
downloadHtml
(
word
,
startTime
,
endTime
,
proxy
,
"newsdy"
,
1
,
cookie
);
System
.
out
.
println
(
result
);
String
s
=
result
.
split
(
"找到相关新闻"
)[
1
];
String
s1
=
s
.
split
(
"篇"
)[
0
];
s1
=
s1
.
replace
(
","
,
""
).
replace
(
"约"
,
""
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment