wf1314/zhihu-terminal

查看评论时报错

cogito0823 opened this issue · 1 comments

修改data_extractor

-             reply_to_author = d.get('reply_to_author', {}).get('member', {})
+            if not d.get('reply_to_author', {}):
+                reply_to_author = {}
+            else:
+                reply_to_author = d.get('reply_to_author', {}).get('member', {})
+            comment_info = {