Auto-sync: 2026-04-18 07:18

This commit is contained in:
2026-04-18 07:18:06 +08:00
parent 705181ee3f
commit 35760e9c53
40 changed files with 967 additions and 99 deletions

22
wiki/concepts/RSS.md Normal file
View File

@@ -0,0 +1,22 @@
---
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 作为数据源