Files
nexus/wiki/sources/How to Get the RSS Feed For Any YouTube Channel.md

39 lines
1.6 KiB
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: "How to Get the RSS Feed For Any YouTube Channel"
type: source
tags: ['YouTube', 'RSS', '工具', '自动化', '内容聚合']
date: 2024-05-12
source: https://chuck.is/yt-rss/
author: Chuck Carroll
---
## Source File
- [[raw/AI/How to Get the RSS Feed For Any YouTube Channel.md]]
## Summary
- 核心主题:无需第三方服务,通过"查看页面源代码"获取任意 YouTube 频道 RSS 订阅地址的方法
- 问题域YouTube 出于商业利益移除了页面的 RSS 订阅按钮,导致用户无法在外部 RSS 阅读器中追踪频道更新
- 方法/机制:打开频道页面 → 右键查看源代码 → 搜索 `channel_id=` → 提取 RSS URL
- 结论/价值:绕过 YouTube 平台限制,实现去中心化的内容订阅追踪
## Key Claims
- YouTube 移除 RSS 按钮是出于商业目的(防止用户不在 YouTube 站内消费内容)
- 方法:访问频道页面(如 `https://www.youtube.com/@CHANNEL_NAME`)→ 右键"查看页面源代码" → 搜索 `channel_id=` → 复制 RSS URL
- RSS 格式:`https://www.youtube.com/feeds/videos.xml?channel_id=UCHkYOD-3fZbuGhwsADBd9ZQ`
- 该方法无需注册任何第三方服务,纯原生操作
## Key Concepts
- [[YouTube RSS]]:通过 channel_id 获取的标准化 RSS 订阅地址
- [[内容聚合]]:将多个频道聚合到单一 RSS 阅读器中统一追踪
- [[去中心化订阅]]:绕过平台限制,直接订阅内容源
## Key Entities
- [[Chuck Carroll]]:科技博主,发布此实用教程
## Connections
- [[YouTube RSS]] ← enables ← [[内容聚合]]
- [[内容聚合]] ← is_used_by ← [[RSS阅读器]]
## Contradictions
- (无已知冲突)