DEV Community

Cover image for Getting RSS feeds from Medium publications
Eric Leung
Eric Leung

Posted on

3

Getting RSS feeds from Medium publications

Lots of publications and good content is still hosted on Medium, like the Netflix Tech Blog.

I wanted to access its RSS feed but there was no subscribe button or RSS icon. But I did notice it was a Medium blog. It turns out there's a way to access it by changing the URL a bit.

Using Netflix as an example, they have a custom domain. So you can access its RSS feed by simply adding feed to the end of it.

https://netflixtechblog.com/feed
Enter fullscreen mode Exit fullscreen mode

There are a number of other variations, such as getting a feed from a specific user or publication on Medium. All those combinations are listed here.

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay