From da02aee8f01fcdb395a553802f2c7aa38fbd490b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 18 Nov 2019 15:38:17 +0100 Subject: [PATCH] 2019-11-18 update --- .../feed-url-drupal-wordpress-wix-youtube.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/blog/feed-url-drupal-wordpress-wix-youtube.md diff --git a/content/blog/feed-url-drupal-wordpress-wix-youtube.md b/content/blog/feed-url-drupal-wordpress-wix-youtube.md new file mode 100644 index 0000000..88c9c24 --- /dev/null +++ b/content/blog/feed-url-drupal-wordpress-wix-youtube.md @@ -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=` +