1 changed files with 16 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||
|
--- |
||||
|
title: "Feed URLs for the most common CMS: Drupal, Wordpress, WiX and YouTube" |
||||
|
date: 2019-11-18T00:00:00+02:00 |
||||
|
--- |
||||
|
|
||||
|
If like me you are using [an RSS reader](../deploying-miniflux-openshift/) to stay informed, there is nothing more frustrating than reading a website that does not advertise an RSS feed. |
||||
|
|
||||
|
But since most website are based on commonly found CMS, it is highly probable the RSS feeds are there, just not advertised. |
||||
|
|
||||
|
Here are the URL patterns for the most common CMS on the market: |
||||
|
|
||||
|
- **Wordpress**: `/feed/` or `/?feed=rss2` |
||||
|
- **Drupal**: `/rss.xml` |
||||
|
- **Wix**: `/blog-feed.xml` |
||||
|
- **YouTube Channel**: `https://www.youtube.com/feeds/videos.xml?channel_id=<channel_id>` |
||||
|
|
||||
Loading…
Reference in new issue