samuelclay / NewsBlur

NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.
http://www.newsblur.com
MIT License
6.91k stars 1k forks source link

Incorrect parsing of feed URL with query #1916

Open 6b6279 opened 5 days ago

6b6279 commented 5 days ago

Hello,

I tried adding a MediathekViewWeb feed earlier today: https://mediathekviewweb.de/ Basically, it can generate RSS feeds by filtering through all the content available on the German public television media libraries. The generated feeds look like this: https://mediathekviewweb.de/feed?query=%23Sendung%2Cmit%2Cder%2CMaus%20%2Bh%C3%B6rfassung&future=false (basically, the filter is added as a query after /feed). When I try to add this feed to Newsblur, it for some reason defaults to /feed, i.e. it drops the query. Manually editing the URL works, but not every time, sometimes it gets stuck (and I would prefer not bombarding the server with queries to re-fetch a feed that is probably only being used by me). Additionally, on platforms where you can't manually edit the URL (e.g. on Android), you are out of luck adding such feeds.