OdyseeTeam / odysee-frontend

The code that runs odysee.com
https://odysee.com
MIT License
209 stars 65 forks source link

Some Odysee RSS feeds are invalid #2163

Open monstro1 opened 1 year ago

monstro1 commented 1 year ago

Some of the RSS feeds Odysee produces aren't valid. My RSS client of choice, Thunderbird, doesn't accept invalid RSS feeds. This only happens to some RSS feeds.

The W3C RSS validator flags this feed as invalid: https://odysee.com/$/rss/@mati:c

But accepts this one perfectly fine: https://odysee.com/$/rss/@EsemicolonR:f

In the case of the former RSS feed, it yields this error: Screenshot_20220919_100231

tzarebczan commented 1 year ago

This is because he has his site URL populated on the channel metadata as "madattheinternet.com". I'll reach out for him to add the https:// in front, and we'll add something to auto add it in the future.

micressor commented 1 year ago

Just checked some feeds with the feed feed validator. It looks like a lot of feeds are invalid at the moment. Please have a look into it.