Auto-sync
This commit is contained in:
28
wiki/concepts/RSS-Feed.md
Normal file
28
wiki/concepts/RSS-Feed.md
Normal 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]]
|
||||
Reference in New Issue
Block a user