-
Notifications
You must be signed in to change notification settings - Fork 26
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
Does not work if there is a blank description #4
Comments
I observe this issue too, this is the error message.
|
I'm currently waiting for TitorX to review my pull request, but in the meantime you can checkout my fork here, it handles this issue. It's not on pip though so you have to clone the source. |
I solved this bug ,and become it a pip package. https://github.com/ShuiPingYang/YspPostdown |
@ShuiPingYang - This is still happening for me and I am getting the following error:
On parser.py line 21 still expects to have description
|
@Gauhar I think @ShuiPingYang has released a (new) separate package: ysp-postdown See pypi.org, so this package (Postdown) has not been updated, but there is an alternative (ysp-postdown). |
I am getting this error with ysp-postdown
|
https://github.com/TitorX/Postdown/blob/master/postdown/parser.py#L21
Should be updated to use
.get('description', '')
The text was updated successfully, but these errors were encountered: