Naver cafe 종료조건 수정

git-svn-id: svn://192.168.0.12/source@109 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2015-05-12 01:48:00 +00:00
parent 5e2dfb999d
commit 4647290fd0

View File

@@ -849,8 +849,10 @@ void SCrawler::saveFrameCafeList(QWebFrame *frame)
QWebElement notFound = Find(frame->documentElement(),"div","id","notfound");
if(notFound.isNull() == false)
{
m_bLast = true;
return;
}
QStringList urlList;
QWebElement eleMain = Find(frame->documentElement(),"div","class","cafe_article section _cafeBase");