Skip to content
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

Cannot parse https://rss.slashdot.org/Slashdot/slashdotMain #174

Open
mehlkelm opened this issue Feb 20, 2025 · 3 comments
Open

Cannot parse https://rss.slashdot.org/Slashdot/slashdotMain #174

mehlkelm opened this issue Feb 20, 2025 · 3 comments
Assignees

Comments

@mehlkelm
Copy link
Contributor

mehlkelm commented Feb 20, 2025

I am running into a weird issue where https://rss.slashdot.org/Slashdot/slashdotMain cannot get parsed in FeedKit 10.0.0-rc.3

To Reproduce
Task { do { guard let url = URL("https://rss.slashdot.org/Slashdot/slashdotMain") let feed = try await Feed(url: url) } }

Expected behavior
It's a valid feed according to various validators and should return a Feed object

@nmdias
Copy link
Owner

nmdias commented Feb 20, 2025

Hi @mehlkelm

Version 9 should parse that feed if you need it right now. I will add support for the RDF vocabulary also to v10.

@mehlkelm
Copy link
Contributor Author

Thanks for the quick answer!
Good to know I didn't do anything wrong…

@aehlke
Copy link

aehlke commented Mar 8, 2025

@nmdias if you can point me to some reference (like where this needs to be added in v10 and how it looked in v9) I'd like to contribute this... I upgraded to v10 and migrated my logic to it before realizing it regressed RDF support and would prefer to move forward than to undo back to v9. Thank you

edit: never mind I just downgraded - looking forward to v10 :) thanks for your hard work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants