filipedeschamps / rss-feed-emitter

Super RSS News Feed aggregator written in Node.js and ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add text/html content type

edwinofsakh opened this issue · comments

I found that some RSS feeds return content type text/html even if user-agent is not browser-like.
Is it possible to add text/html to accepted content types or add the option for this?

commented

it's possible... could you give some use-cases where this occurs?

commented

If you could send me a page that does this so I can add an integration test for it, that'd be fantastic...

Even better, if you submit a pr that has a site it doesn't support because the site uses text/html, that'd be perfect so we specifically have something to fix

commented

@edwinofsakh hi, do you have a url you can provide that uses text/html so i can add it to our suite?