maubot / rss

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

Failed to load feed: RPiLocator In Stock Feed #40

Closed donicrosby closed 2 years ago

donicrosby commented 2 years ago

Trying to add subscriptions to know when Raspberry PIs come back into stock, however:

!rss subscribe https://rpilocator.com/feed/

Returns: Failed to load feed: <unknown>:13:2: mismatched tag

tulir commented 2 years ago

That website is broken, they do user agent filtering. The latest version uses a custom user agent (https://github.com/maubot/rss/commit/877dcffb9c695ad0320fc6f5079f626d8bae452b), but I can't guarantee it'll work perfectly either since fundamentally broken websites just can't be fixed from the client side.