daum cafe ajax 가져오기 추가
git-svn-id: svn://192.168.0.12/source@160 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -65,7 +65,8 @@ bool SDaumCafeManage::Update()
|
||||
{
|
||||
m_pMain->InsertLog("(" + QString::number(m_ncUrl+1) + "/" + QString::number(m_strListURL.size()) + ")");
|
||||
{
|
||||
m_pro[0].start("CrawlerProcess",QStringList() << "daum" << "cafe_data" << m_strListURL.at(m_ncUrl) << m_strGroupID << m_strListQuery << m_strKeywordID );
|
||||
m_pro[0].start("AjaxCrawlerProcess",QStringList() << "daum_cafe" << m_strListURL.at(m_ncUrl) << m_strGroupID << m_strKeywordID );
|
||||
//m_pro[0].start("CrawlerProcess",QStringList() << "daum" << "cafe_data" << m_strListURL.at(m_ncUrl) << m_strGroupID << m_strListQuery << m_strKeywordID );
|
||||
m_ncUrl++;
|
||||
}
|
||||
m_nMode = E_PROCESS_URL_FINISH_WAIT;
|
||||
|
||||
Reference in New Issue
Block a user