Auto-sync

This commit is contained in:
2026-04-15 15:02:52 +08:00
parent bb2f9b2b3a
commit d3e7fcf81f
71 changed files with 2549 additions and 0 deletions

28
wiki/concepts/RSS-Feed.md Normal file
View File

@@ -0,0 +1,28 @@
---
title: "RSS Feed"
type: concept
tags: [rss, syndication, feed]
sources: ["How to Get the RSS Feed For Any YouTube Channel"]
last_updated: 2026-04-15
---
## Definition
Really Simple Syndication简易信息聚合一种标准化的内容订阅格式允许用户通过 RSS 阅读器集中获取多个来源的更新内容,无需逐个访问网站。
## Key Properties
- 标准化格式XML
- 支持任意网站/平台的内容订阅
- 用户可在单一阅读器中聚合所有订阅源
- 内容更新自动推送到阅读器
## YouTube RSS
- YouTube 官方已移除 RSS 订阅按钮
- 需通过 View Page Source → 搜索 channel_id= 获取 RSS Feed URL
- 格式https://www.youtube.com/feeds/videos.xml?channel_id={ID}
## Related Concepts
- [[被动学习]]RSS Feed 可作为被动学习的内容来源通道
- [[YouTube]]RSS Feed 的重要内容来源平台
## Sources
- [[How to Get the RSS Feed For Any YouTube Channel]]