Files
nexus/wiki/concepts/RSS-Feed.md
weishen 5789476c23 Batch ingest: Multi-Agent Team / DevOps Maturity / 一语点醒梦中人 / NodeWarden
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成熟度模型, 共享内存模式, 空性智慧, 绝处逢生
2026-04-15 18:05:17 +08:00

29 lines
959 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]