-
Notifications
You must be signed in to change notification settings - Fork 24
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
Content ignored for RSS feed #80
Comments
I have a feeling this may be fixed in #82; let me know if you experience the issue still? |
Hey @captn3m0 — still experiencing this, or can we close this issue? Happy to brainstorm if it's still happening! |
Still broken, but I have a guess on why. The code relies on I'm also unclear whether Goosepaper supports the RSS or the Atom standard, or both. I tried to parse the feed manually with
I tested against both 0.6.0 and 0.7.1. I also attempted to run it against other formats (Json/Mrss/SFeed), and while MRSS was parsed - it resulted in the same output. Here's the generations against both 0.6.0 and 0.7.1: |
Ah, thank you @captn3m0 for the thorough report! Feedparser looks like the right answer here, I wonder why we didn't originally do that... |
An easy public reproducer is xkcd's feed - no content shows up either. |
Thanks for the report @Kernald! I'll address this as soon as I can get a few hours to tinker :) |
I have the feed hosted locally, but here's the RSS feed:
beatroot.atom.zip
The output isn't what I'd expect:
The text was updated successfully, but these errors were encountered: