You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i'm trying to parse this feed https://ctftime.org/event/list/upcoming/rss/
As you can see each item has tags like weight but i can't find a way to parse them, looking at the doc i can't find anything about that
The text was updated successfully, but these errors were encountered:
Unfortunately, this is considered an invalid feed per the spec:
RSS 2.0 adds that capability, following a simple rule. A RSS feed may contain elements not described on this page, only if those elements are defined in a namespace.
No namespace is specified on these elements. If there was a namespace specified, these items would be present in the feed.Extensions map.
I'm not sure what I could do to to handle these invalid feeds. Perhaps try and dump them into a special entry in the Extensions map, but I'm not sure.
Hi,
i'm trying to parse this feed https://ctftime.org/event/list/upcoming/rss/
As you can see each item has tags like
weight
but i can't find a way to parse them, looking at the doc i can't find anything about thatThe text was updated successfully, but these errors were encountered: