-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
知乎网页改版无法使用 #4
Comments
我也遇到相同的问题…… |
t同样是这个问题,想问问怎么办 |
等我有时间更新一下,现在996确实没多少时间维护 |
哈哈哈好的谢谢老板
…------------------ 原始邮件 ------------------
发件人: "shimachao"<[email protected]>;
发送时间: 2020年6月28日(星期天) 下午4:34
收件人: "shimachao/zhihuzhuanlan2pdf"<[email protected]>;
抄送: "邸欣雨"<[email protected]>;"Comment"<[email protected]>;
主题: Re: [shimachao/zhihuzhuanlan2pdf] 知乎网页改版无法使用 (#4)
t同样是这个问题,想问问怎么办
等我有时间更新一下,现在996确实没多少时间维护
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Traceback (most recent call last):
File "start.py", line 55, in
zhuanlan_to_pdf(slug)
File "start.py", line 31, in zhuanlan_to_pdf
cover, article_list = zl.get_result()
File "/Users/yinhan/Downloads/zhihuzhuanlan2pdf-master/zhuanlan.py", line 80, in get_result
return self._get_cover(), self._get_article_list()
File "/Users/yinhan/Downloads/zhihuzhuanlan2pdf-master/zhuanlan.py", line 64, in _get_cover
self._get_zhuanlan_info()
File "/Users/yinhan/Downloads/zhihuzhuanlan2pdf-master/zhuanlan.py", line 46, in _get_zhuanlan_info
self.zhuanlan_dict['avatar'] = json_obj['avatar']['template'].replace('{id}', json_obj['avatar']['id']).
KeyError: 'avatar'
The text was updated successfully, but these errors were encountered: