Auto-sync: 2026-04-18 07:18
This commit is contained in:
22
wiki/concepts/RSS.md
Normal file
22
wiki/concepts/RSS.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: "RSS"
|
||||
type: concept
|
||||
tags: [信息聚合, 订阅, 协议]
|
||||
date: 2026-04-18
|
||||
---
|
||||
|
||||
## Definition
|
||||
RSS(Really 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 作为数据源
|
||||
Reference in New Issue
Block a user