Closed edwargix closed 2 years ago
Some sites forget to include a <title> tag in their feed, causing their title column to be the empty string.
<title>
If any sites ever add/change their title tag, we should update their DB row accordingly.
Same story for subtitles.
I just realized this doesn't work as expected because try_parse_feed mutates the feed argument. I'll put up a followup PR.
try_parse_feed
feed
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.