martinrotter / rssguard

Feed reader (and podcast player) which supports RSS/ATOM/JSON and many web-based feed services.
GNU General Public License v3.0
1.44k stars 120 forks source link

[FR]: Allow fetching feeds with Blank line before XML declaration #1403

Closed DraconicNEO closed 1 month ago

DraconicNEO commented 1 month ago

Brief description of the feature request

A common problem in many RSS feeds is a blank line before XML Declaration. Many feed readers are able to overcome this error and still display the feed. I think we should add the ability to read feeds that have this error in them as it is very common and doesn't really affect the data.

martinrotter commented 1 month ago

Please give URL to such a feed.

DraconicNEO commented 1 month ago

Please give URL to such a feed.

TheHardTimes' feed: https://thehardtimes.net/feed/

ScoobyDone commented 1 month ago

https://blog.synology.com/feed - 1 blank line https://georgerrmartin.com/notablog/feed - 2 blank lines

martinrotter commented 1 month ago

Fixed.