Do you ever do special processing for some feeds HTML/text?

One feed I’ve got, Marvel Snap Zone, the text view does some really weird formatting things. I believe this is a Wordpress powered site, and I’m guessing half of their page is Javascript with placeholders, but was wondering if you ever do look at special parsing for some sites. This one likely isn’t big enough for consideration with only 5 subscribers but thought I’d ask if it’s something you ever do

We do some special handling for some feeds, but the vast majority are not handled any differently. If you post the feed url (or better yet, the https://newsblur.com/site/feed_id url of the feed) then I can take a look. Likely what’s happening is the feed is being cleaned up before being served. That’s all handled by the Python library feedparser.