네이버 블로그 댓글주소 수정

git-svn-id: svn://192.168.0.12/source@260 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-05-10 01:25:06 +00:00
parent ec9d4674b6
commit d1adf4e8b4

View File

@@ -59,7 +59,8 @@ QString SNaverBlogManage::makeGetCommentQuery(QString _strUrl)
QString strOut = "";
if(strList.at(2).compare("blog.naver.com") == 0)
{
strOut = _strUrl;
//strOut = _strUrl;
strOut = "http://blog.naver.com";
strOut += "/CommentList.nhn?blogId=";
strOut += strList.at(3);
strOut += "&logNo=";
@@ -68,10 +69,10 @@ QString SNaverBlogManage::makeGetCommentQuery(QString _strUrl)
}
else //id.blog.me
{
strOut = "http://blog.naver.com/";
strOut += strList.at(2).split(".").at(0);
strOut += "/";
strOut += strList.at(3);
strOut = "http://blog.naver.com";
//strOut += strList.at(2).split(".").at(0);
//strOut += "/";
//strOut += strList.at(3);
strOut += "/CommentList.nhn?blogId=";
strOut += strList.at(2).split(".").at(0);
strOut += "&logNo=";