blog url 수정

git-svn-id: svn://192.168.0.12/source@284 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-08-04 07:26:05 +00:00
parent 55512fe694
commit 8bd7651836
2 changed files with 2 additions and 2 deletions

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 += EncodetoUtf8(_str, true);
str += "&st=sim&date_option=6&date_from=20050520&date_to=";
str += "&st=sim&date_option=8&date_from=20050520&date_to=";
str += strDate;
str += "&dup_remove=1&post_blogurl=";
str += m_strAuthorship;

View File

@@ -37,7 +37,7 @@ QString SNaverBlogManage::makeGetListQuery(QString _str,QDate _date)
str = "http://cafeblog.search.naver.com/search.naver?where=post&sm=tab_pge&query=";
str += EncodetoUtf8(_str,true);
str += "&st=date&date_option=6&date_from=";
str += "&st=date&date_option=8&date_from=";
str += strDate;
str += "&date_to=";
str += strDate;