rss-to-json icon indicating copy to clipboard operation
rss-to-json copied to clipboard

Not working with Medium RSS feed

Open tylerking opened this issue 6 years ago • 1 comments

Hello. I'm using this with a Medium feed and its not returning the full object. It grabs the link and title but no the content or image of the posts. Have you tried this with Medium at all? Any ideas why this would happen?

tylerking avatar Jul 31 '18 15:07 tylerking

Not sure if anyone is looking at this issue anymore but if you do come across it it's because the Medium RSS feed doesn't allow CORS

I've worked around this by going through the heroku cors-anywhere proxy https://cors-anywhere.herokuapp.com/https://medium.com/feed/@<your-medium-tag>

bpar476 avatar Feb 26 '20 13:02 bpar476