ingest: How to Get the RSS Feed For Any YouTube Channel

- Add source page with Summary, Key Claims, Key Quotes, Key Concepts, Key Entities
- Update index.md Sources section
- Add log entry
This commit is contained in:
2026-04-28 03:46:44 +08:00
parent b574c99af6
commit 0d764a0c4a
3 changed files with 224 additions and 59 deletions

View File

@@ -1,41 +1,42 @@
---
title: "How to Get the RSS Feed For Any YouTube Channel"
type: source
tags: []
date: 2024-05-12
---
## Source File
- [[raw/AI/How to Get the RSS Feed For Any YouTube Channel.md]]
## Summary用中文描述
- 核心主题:通过查看页面源代码获取任意 YouTube 频道RSS 订阅地址
- 问题域YouTube 移除了官方的 RSS 订阅按钮,用户无法在不访问网站的情况下获取频道内容
- 方法/机制:在频道页面右键选择"查看页面源代码" → 搜索 `channel_id=` → 提取 RSS Feed URL 格式为 `https://www.youtube.com/feeds/videos.xml?channel_id=<ID>`
- 结论/价值:无需第三方服务,直接获取 YouTube 频道 RSS 订阅链接,可接入 RSS 阅读器统一管理订阅内容
## Key Claims用中文描述
- YouTube 官方移除了 RSS 订阅按钮,导致用户无法通过官方渠道获取频道 RSS 订阅地址
- YouTube 移除 RSS 按钮的原因是用户可以通过 RSS 订阅绕过网站访问,从而影响 YouTube 的广告收入
- 通过查看页面源代码搜索 `channel_id=` 是获取 YouTube 频道 RSS Feed 的最简单方法
## Key Quotes
> "Back in the day, the RSS subscribe button was prominently displayed on every YouTube account. But that meant users could access YouTube content without visiting the website which negatively effects YouTube's bottom line, so it was removed." — 作者解释 YouTube 移除 RSS 按钮的商业动机
> "Right click on an empty part of the page and select 'View Page Source' in the context menu, which will then open the page source in a new tab. Hit CTRL+F to pull up a search and type 'channel_id='." — 核心操作步骤
## Key Concepts
- [[RSS Feed]]:一种 XML 格式的信息流订阅标准,允许用户在不访问网站的情况下获取内容更新
- [[Channel ID]]YouTube 频道的唯一标识符,用于构建该频道的 RSS Feed URL
- [[RSS Reader]]RSS 阅读器,用于聚合和管理来自多个来源的 RSS 订阅内容
## Key Entities
- [[YouTube]]:全球最大视频分享平台,移除了 RSS 订阅按钮但仍保留 RSS Feed 接口
- [[Chuck Carroll]]:本文作者,个人博客 chuck.is 站长,发布实用技术技巧
## Connections
- [[Daily-YouTube-Digest]] ← related_to ← [[RSS Feed]](每日 YouTube 摘要依赖 RSS Feed 获取频道更新)
- [[how-to-get-youtube-channel-id]] ← similar_to ← [[Channel ID]](频道 ID 获取方法相关)
## Contradictions
- 无已知冲突内容
---
title: "How to Get the RSS Feed For Any YouTube Channel | Chuck Carroll"
type: source
tags: []
date: 2024-05-12
---
## Source File
- [[AI/How to Get the RSS Feed For Any YouTube Channel.md]]
## Summary用中文描述
- 核心主题获取任意YouTube频道RSS订阅源的方法
- 问题域YouTube移除了官方的RSS订阅按钮用户难以在不访问网站的情况下获取内容更新
- 方法/机制:通过查看频道页面源代码搜索`channel_id=`获取RSS feed URL
- 结论/价值:提供免费、无需注册服务的YouTube频道RSS获取方法
## Key Claims用中文描述
- YouTube移除了RSS订阅按钮导致用户无法直接获取频道RSS
- 移除RSS功能是为了防止用户绕过YouTube网站访问内容
- 通过页面源代码可以获取任意YouTube频道RSS feed URL
## Key Quotes
> "I don't watch a lot of YouTube these days, but there's a few channels that share informative videos, and I prefer to receive all of my subscriptions in a single feed." — 作者偏好RSS聚合阅读的原因
> "Back in the day, the RSS subscribe button was prominently displayed on every YouTube account. But that meant users could access YouTube content without visiting the website which negatively effects YouTube's bottom line, so it was removed." — YouTube移除RSS按钮的商业原因
> "you should NOT be signing up for some service in order to get a YouTube account's RSS feed!" — 作者强调不应使用付费服务获取RSS
## Key Concepts
- [[RSS]]: 聚合阅读协议,允许用户在一个阅读器中订阅多个来源
- [[RSS阅读器]]: 用于聚合和管理RSS订阅内容的工具
## Key Entities
- [[YouTube]]: 视频平台移除了RSS订阅功能
- [[LawrenceSystems]]: 示例YouTube频道UCHkYOD-3fZbuGhwsADBd9ZQ
## Connections
- [[YouTube Content Pipeline]] ← related_to ← [[How to Get the RSS Feed For Any YouTube Channel]]
- [[Daily YouTube Digest]] ← related_to ← [[How to Get the RSS Feed For Any YouTube Channel]]
## Contradictions
- 无已知冲突内容