-
Notifications
You must be signed in to change notification settings - Fork 29
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
Crashes when malformed date #90
Labels
bug
Something isn't working
Comments
Thanks for reporting @maop I'll take a look! |
guyfedwards
added a commit
that referenced
this issue
Jun 16, 2024
prevents panics when PublishedParsed is nil due to non-english date closes #90
guyfedwards
added a commit
that referenced
this issue
Jun 16, 2024
prevents panics when PublishedParsed is nil due to non-english date closes #90
Fixed in https://github.com/guyfedwards/nom/releases/tag/v2.5.1, thanks again for reporting @maop |
Great! thank you for taking a look on this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
When trying to preview this feed: https://www.sinembargo.mx/feed
nom
crashes with a panic errorI think is because the pubDate is malformed, example:
<pubDate>Dom, 16 Jun 2024 00:05:38 +0000 2024-06-16 00:05:38</pubDate>
and gofeed does not parse it so*it.PublishedParsed
doesn't existAlso i think it should just continue with either an empty date or just the origin pubDate like other rss tools do, maybe?
Thank you for this tool it's exactly what i've been looking for, i love that i can use custom openers, mpv for youtube, or reader to get complete articles when the rss has only a little extract. is brilliant! 👏
The text was updated successfully, but these errors were encountered: