Finding RSS feeds...


Finding RSS feeds...

Here are some ways to find the link of RSS feeds, for well known platforms, cause many sites that use them, don't even mention that they have a RSS feed. RSS feeds, are a cool way to read and follow sites, that you really like and want to be aware of.

Wordpress

Add /feed after the site URL

Example: https://liliputing.com/feed/

Reddit

Add .rss after the feed URL

Example: https://www.reddit.com/r/cyberDeck/.rss

Youtube

For getting the feed, with the channel name add the name of the channel after this URL: https://www.youtube.com/feeds/videos.xml?user=

Example: https://www.youtube.com/feeds/videos.xml?user=gotbletu

For getting the feed with the channel ID add the channel ID after this URL https://www.youtube.com/feeds/videos.xml?channel_id=

Example: https://www.youtube.com/feeds/videos.xml?channel_id=UC3bosUr3WlKYm4sBaLs-Adw

Another way is to view the page source (CTRL-U) and search for the word RSS, there will be the link right next to it ;)

Squarespace RSS Feeds

Add this ?format=rss after the site URL.

Example: https://cyberdeck.cafe/?format=rss

Odysee

This is a bit complicated, so examine the example and you will get it...

  • Channel Link: https://odysee.com/@gotbletu:b
  • RSS Feed: https://odysee.com/$/rss/@gotbletu:b

So, Odysee puts this $/rss/ in the middle of the channel URL. You can easily get the link, if you visit the channel in Odysee and press the three dots icon on the right corner. It has a menu entry, that copies the RSS link.

odysee-rss

GitHub

Repo releases

https://github.com/:owner/:repo/releases.atom

Repo commits

https://github.com/:owner/:repo/commits.atom

Private feed (You can find Subscribe to your news feed in dashboard page after login)

https://github.com/:user.private.atom?token=:secret

Repo tags

https://github.com/:user/:repo/tags.atom

User activity

https://github.com/:user.atom

Where :user replace with the owners username, where :repo replace with the repository name.

Know more of these tips? Share them below...

Add a comment

Previous Next