currently this doesn't handle feed items without title
copied over from [lumbung-feed-aggregator repo](https://git.vvvvvvaria.org/rra/lumbung-feed-aggregator/issues/7)
> currently this doesn't handle feed items without title
The feed parser docs recommend assuming that [feeds do not return particular elements](https://feedparser.readthedocs.io/en/latest/basic-existence.html). 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
r
changed title from not all feeds use titles to [feed.py] not all feeds use titles2022-01-07 09:58:28 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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