Sources: - Agent-usecases-multi-Agent-Team.md - DevOps-Maturity-Model-From-Traditional-IT-to-Advanced-DevOps.md - AI-一语点醒梦中人.md - Home-Office-NodeWarden-把-Bitwarden-搬上-Cloudflare-Workers彻底告别服务器.md Entities: Trebuh, Cloudflare Concepts: DevOps成熟度模型, 共享内存模式, 空性智慧, 绝处逢生
29 lines
959 B
Markdown
29 lines
959 B
Markdown
---
|
||
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]]
|