Files
nexus/wiki/sources/how-to-get-the-rss-feed-for-any-youtube-channel.md
2026-04-18 07:18:06 +08:00

41 lines
2.0 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: []
date: 2025-10-10
---
## Source File
- [[raw/AI/How to Get the RSS Feed For Any YouTube Channel.md]]
## Summary
- 核心主题:通过 View Page Source 获取 YouTube 频道 RSS 订阅源
- 问题域YouTube 移除了网页端的 RSS 订阅按钮,用户无法直接获取频道 RSS
- 方法/机制:访问频道页面 → 右键查看网页源代码 → 搜索 "channel_id=" → 提取 RSS 订阅链接
- 结论/价值:无需注册第三方服务即可免费获取任意 YouTube 频道的 RSS 订阅源
## Key Claims
- YouTube 移除了 RSS 订阅按钮是为了让用户访问网站而非通过第三方工具访问,保护其利益
- 通过 View Page Source 可以找到 channel_id 参数,构造 RSS 订阅 URL
- RSS 订阅链接格式https://www.youtube.com/feeds/videos.xml?channel_id=CHANNEL_ID
## 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." — Chuck Carroll
> "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."
## Key Concepts
- [[RSS]]:信息聚合格式,允许用户订阅网站更新
- [[Channel-ID]]YouTube 频道唯一标识符
- [[View-Page-Source]]:浏览器开发者工具查看网页源代码的功能
## Key Entities
- [[YouTube]]:全球最大视频分享平台
- [[Chuck-Carroll]]:本文作者,博客 chuck.is 站长
## Connections
- [[how-to-get-youtube-channel-id]] ← related_to ← [[How-to-Get-the-RSS-Feed-For-Any-YouTube-Channel]]
- [[multi-source-tech-news-digest]] ← uses ← [[RSS]]
- [[Chuck-Carroll]] ← authored_by → [[How-to-Get-the-RSS-Feed-For-Any-YouTube-Channel]]
## Contradictions
- (暂无冲突记录)