Naver cafe 종료조건 수정
git-svn-id: svn://192.168.0.12/source@109 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -849,8 +849,10 @@ void SCrawler::saveFrameCafeList(QWebFrame *frame)
|
|||||||
|
|
||||||
QWebElement notFound = Find(frame->documentElement(),"div","id","notfound");
|
QWebElement notFound = Find(frame->documentElement(),"div","id","notfound");
|
||||||
if(notFound.isNull() == false)
|
if(notFound.isNull() == false)
|
||||||
|
{
|
||||||
m_bLast = true;
|
m_bLast = true;
|
||||||
|
return;
|
||||||
|
}
|
||||||
QStringList urlList;
|
QStringList urlList;
|
||||||
|
|
||||||
QWebElement eleMain = Find(frame->documentElement(),"div","class","cafe_article section _cafeBase");
|
QWebElement eleMain = Find(frame->documentElement(),"div","class","cafe_article section _cafeBase");
|
||||||
|
|||||||
Reference in New Issue
Block a user