Skip to content

Commit

Permalink
正在进行【作者评论、作者评论个数】等POST表的数据获取。
Browse files Browse the repository at this point in the history
  • Loading branch information
ysh329 committed Aug 25, 2016
1 parent 670492d commit e4c55fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spider/crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,8 @@ def getPostDetailInfoDict(self, postUrl):
logging.info("postDetailInfoDict['postAuthorComment']:{0}".format(postDetailInfoDict['postAuthorComment']))
logging.info("postDetailInfoDict['postAuthorCommentNum']:{0}".format(postDetailInfoDict['postAuthorCommentNum']))




logging.info("================================================================")
return postDetailInfoDict



Expand Down

0 comments on commit e4c55fb

Please sign in to comment.