Files
nexus/wiki/concepts/RSS.md
2026-04-18 07:18:06 +08:00

22 lines
625 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "RSS"
type: concept
tags: [信息聚合, 订阅, 协议]
date: 2026-04-18
---
## Definition
RSSReally Simple Syndication是一种信息聚合格式允许用户订阅网站更新而无需重复访问网站。
## Usage
- 聚合多个信息源到单一阅读器
- 实现内容订阅和推送
- 用于构建自动化信息管道
## RSS Feed URL Format
- YouTube 频道https://www.youtube.com/feeds/videos.xml?channel_id=CHANNEL_ID
- 通用格式https://example.com/feed.xml
## Related
- [[YouTube]]: 移除了网页端 RSS 订阅按钮
- [[multi-source-tech-news-digest]]: 使用 RSS 作为数据源