crawlerList

네이버뉴스 댓글숫자크롤링

git-svn-id: svn://192.168.0.12/source@332 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-12-27 09:18:04 +00:00
parent ea4a3c8f11
commit d700405547
3 changed files with 15 additions and 284 deletions

View File

@@ -223,6 +223,8 @@ void SCrawler::saveResult(bool ok)
}
bodydata.sendDB();
}
else
return;
loaded = true;
break;
}
@@ -325,6 +327,7 @@ void SCrawler::saveResult(bool ok)
}
break;
}
qDebug() << "finish";
emit finished();
}