跳转至内容

Web feed

来自 ArchWiki
(重定向自 RSS)


某些网站提供 Web feed 或以 RSS, AtomJSON 格式提供的新闻 feed新闻聚合器可以检查这些 feed 的更新,从而允许用户订阅博客或播客。

获取 Web feed

即使某个网站没有公开宣传其 Web feed,它可能仍然提供该功能。尝试在 URL 后面附加 /feed/rss。如果失败,请按下 Ctrl+u 打开网站源代码,然后按下 Ctrl+f 搜索 <link rel="alternate" type="application/atom+xml"<link rel="alternate" type="application/rss+xml"。Firefox 插件 Awesome RSS 在检测到可用 Web feed 时会在地址栏添加一个可点击的图标。

如果某个网站不提供 feed,请尝试使用 RSS-Bridge

以下章节描述了如何获取某些网站的 feed。

Arch Linux

GitHub

提交记录 (Commits) feed 使用以下语法

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

Reddit

Reddit 为 subreddit、帖子和用户提供 feed:只需在 URL 后添加 .rss。如果您有 Reddit 账号,可以在 偏好设置中找到您的个人 feed。

YouTube

订阅频道

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

如果频道具有以 /user/username 结尾的旧版 URL,您也可以使用

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

您可以从 Google Takeout 下载您的订阅列表,并使用 [1] 将其转换为 OPML 格式。

© . This site is unofficial and not affiliated with Arch Linux.

Content is available under GNU Free Documentation License 1.3 or later unless otherwise noted.