blog url 수정
git-svn-id: svn://192.168.0.12/source@284 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user