mmcdole

Results 52 comments of mmcdole

Can you please link to the feed in question?

`pubDate` is an RSS thing, not an atom thing. Why should we look for pubDate in an Atom Feed?

@Necoro thanks for the submission. Can you provide a bit more context around the problem for me, just so I grok it. Do you often find atom tags within RSS...

@skuzzymiglet thanks for the issue. Definitely looks like some non-thread safe state has been introduced. I'll take a look.

@shassard I don't mind adding the new format. The part I'm not sure about is if we can blindly replace EDT with EST5EDT. EDT is ambiguous when considered internationally.

@dy-dx @lutzhorn thank you for the report and confirmation. `CDATA` parsing is currently a hack and needs to be rewritten. We aren't using `encoding/xml`'s `Unmarshal` because it wasn't flexible enough...

@jpillora I hadn't really considered it before, but it shouldn't be that hard. Let me think on the interface some.

@xfort as it stands, this library is strictly for parsing / reading feeds, not creating them. I'm open to the possibility of creating them, but I would want to do...

I see how this could be a pain. I also don't feel especially strongly about the `internal` package, but I do believe I'm using it as intended, following Go conventions....