Skip to content
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

Store feed/entry extra data #277

Open
lemon24 opened this issue Mar 22, 2022 · 0 comments
Open

Store feed/entry extra data #277

lemon24 opened this issue Mar 22, 2022 · 0 comments

Comments

@lemon24
Copy link
Owner

lemon24 commented Mar 22, 2022

(This is the general version of #276.)

feedparser returns a lot of attributes we're not exposing on Feed/Entry. In the end they should all be exposed, but until we can do so uniformly, it would be nice to give users an escape hatch.

A way of doing this could be an extra: dict[str: Any] attribute, for everything reader can't represent yet.

But... in order for the user to be able to interpret that, we should also add an attribute identifying the parser (Feed.version identifies the feed kind, but doesn't really imply a parser).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant