-
Notifications
You must be signed in to change notification settings - Fork 38
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
Some feeds have only the last X entries #239
Comments
To do:
|
Based on thinking and talking with people about 00-api.py in the linked gist:
A It may be a good idea to allow the nested types (Content, Enclosure) to be typed dicts as well (in 79a18c5). In cases like this, I'd like there to be a standard serialization library in Python (like Rust has Serde); maybe it's time to give mashumaro a try (#247 (comment)). |
Decisions:
|
Use case:
A possible solution is "share anything" articles (mentioned in #96 (comment)), but for existing feeds.
Another solution might be to use the mechanism from #222 to backfill old articles.
The text was updated successfully, but these errors were encountered: