Web feed

提供: ArchWiki
2023年1月9日 (月) 03:25時点におけるKgx (トーク | 投稿記録)による版 (英語版から転載)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

Certain websites provide web feeds or news feeds in RSS, Atom, or JSON format. News aggregators can check these feeds for updates allowing the user to subscribe to a blog or podcast.

Obtaining web feeds

Even if a website does not advertise a web feed, it might still provide one. Try appending /feed or /rss to the URL. If that fails, open the website's source code by pressing Ctrl+u and then Ctrl+f to search for <link rel="alternate" type="application/atom+xml" or <link rel="alternate" type="application/rss+xml". The Firefox addon Awesome RSS adds a clickable icon to the address bar if a web feed is available.

If a website does not provide a feed, try RSS-Bridge.

The following sections describe how to obtain feeds for certain websites.

Arch Linux

GitHub

Commits feeds use the following syntax:

https://github.com/user/repo/commits/branch/path/to/subdir.atom

Reddit

Reddit provides feeds for subreddits, posts and users: simply add .rss to the URL. If you have a Reddit account, you can find your personal feeds in the preferences.

Twitter

Twitter does not provide feeds but Nitter does. The syntax is as follows:

https://nitter.net/username/rss

YouTube

Subscribe to a channel:

https://www.youtube.com/feeds/videos.xml?channel_id=UCxxxxxxxxxxxxxxxxxxxxxx

If the channel has a legacy URL ending in /user/username, you can also use:

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

You can download your subscriptions list from Google Takeout and convert it to OPML using [1].