rss-to-json
rss-to-json copied to clipboard
Not working with Medium RSS feed
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?
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>