|
@@ -194,6 +194,11 @@ public class Crawler4LoveFootServiceImpl implements Crawler4LoveFootService {
|
|
|
Document codeDocument;
|
|
Document codeDocument;
|
|
|
String message = null;
|
|
String message = null;
|
|
|
int retryCount = 0;
|
|
int retryCount = 0;
|
|
|
|
|
+
|
|
|
|
|
+ if (StringUtils.isEmpty(crawlerLoveFoot.getName())) {
|
|
|
|
|
+ crawlerLoveFoot.setName("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa");
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
while (retryCount <= 3) {
|
|
while (retryCount <= 3) {
|
|
|
long start = System.currentTimeMillis();
|
|
long start = System.currentTimeMillis();
|
|
|
String searchUrl = null;
|
|
String searchUrl = null;
|