mmcdole / gofeed

Parse RSS, Atom and JSON feeds in Go
MIT License
2.51k stars 204 forks source link

Failed to match this url:https://rss.netkeiba.com/?pid=rss_netkeiba&site=netkeiba #186

Closed UniverseOfTomorrow closed 1 year ago

UniverseOfTomorrow commented 2 years ago

Expected behavior

No error but failed to get some content

Steps to reproduce the behavior

Note: Please include any links to problem feeds, or the feed content itself!

cristoper commented 1 year ago

I just tried and that link is parsing fine for me with gofeed. Possibly an intermittent problem with that feed being malformed?

It does currently validate (though its items do not have GUIDs): https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Frss.netkeiba.com%2F%3Fpid%3Drss_netkeiba%26site%3Dnetkeiba

mmcdole commented 1 year ago

Closing this issue per @cristoper 's comment. Please re-open if you still see an issue.