[feed.py] not all feeds use titles #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
copied over from lumbung-feed-aggregator repo
The feed parser docs recommend assuming that feeds do not return particular elements. So you need to write handlers for each element to gracefully fail.
Here is an example for the Author field:
https://git.autonomic.zone/ruangrupa/lumbunglib/src/branch/master/lumbunglib/feed.py#L58
not all feeds use titlesto [feed.py] not all feeds use titles