-
Notifications
You must be signed in to change notification settings - Fork 208
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
Parsing custom tags in Item #82
Comments
Unfortunately, this is considered an invalid feed per the spec:
No namespace is specified on these elements. If there was a namespace specified, these items would be present in the 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 |
In python i can handle this feed using https://github.com/kurtmckee/feedparser maybe you can follow the same idea |
Let me take a look at what feedparser is doing for this case. Python's dynamic nature may be helping them. So far, the only thing I can think of is adding these items to a special entry in the extension map. |
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: