maubot / rss

A RSS plugin for maubot
GNU Affero General Public License v3.0
69 stars 21 forks source link

Allow feed titles and subtitles to change #43

Closed edwargix closed 2 years ago

edwargix commented 2 years ago

Some sites forget to include a <title> tag in their feed, causing their title column to be the empty string.

If any sites ever add/change their title tag, we should update their DB row accordingly.

Same story for subtitles.

edwargix commented 2 years ago

I just realized this doesn't work as expected because try_parse_feed mutates the feed argument. I'll put up a followup PR.