blog accuracy 2005년->2003년으로 수정

git-svn-id: svn://192.168.0.12/source@285 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-08-05 06:21:57 +00:00
parent 8bd7651836
commit bc5846aa26

View File

@@ -54,7 +54,7 @@ QString SNaverBlogAccuracyManage::makeGetListQuery(QString _str,QDate _date)
str = "http://cafeblog.search.naver.com/search.naver?where=post&sm=tab_pge&query="; str = "http://cafeblog.search.naver.com/search.naver?where=post&sm=tab_pge&query=";
//str += "http://cafeblog.search.naver.com/search.naver?where=post&sm=tab_pge&query="; //str += "http://cafeblog.search.naver.com/search.naver?where=post&sm=tab_pge&query=";
str += EncodetoUtf8(_str, true); str += EncodetoUtf8(_str, true);
str += "&st=sim&date_option=8&date_from=20050520&date_to="; str += "&st=sim&date_option=8&date_from=20030520&date_to=";
str += strDate; str += strDate;
str += "&dup_remove=1&post_blogurl="; str += "&dup_remove=1&post_blogurl=";
str += m_strAuthorship; str += m_strAuthorship;