Files
nexus/wiki/sources/youtube-rss-feed.md
2026-04-14 16:02:50 +08:00

48 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, tutorial]
sources: ["https://chuck.is/yt-rss/"]
last_updated: 2025-10-10
---
## Summary
- 核心主题获取任意YouTube频道RSS订阅源的方法
- 问题域YouTube移除了原生RSS订阅按钮后如何获取频道RSS
- 方法/机制通过查看页面源代码搜索channel_id构建RSS Feed URL
- 结论/价值提供免费、简单的方法获取YouTube频道RSS无需第三方服务
## Key Claims
- YouTube移除了RSS订阅按钮因为这会让用户无需访问网站就获取内容影响YouTube收益
- 通过View Page Source搜索"channel_id="即可获取对应频道的RSS Feed URL
- RSS Feed URL格式https://www.youtube.com/feeds/videos.xml?channel_id=UCHkYOD-3fZbuGhwsADBd9ZQ
## Key Quotes
> "I decided to share this because doing a quick search yielded terrible results (you should NOT be signing up for some service in order to get a YouTube account's RSS feed!)" — 作者动机
## Key Concepts
- [[RSS Feed]]Really Simple Syndication用于聚合订阅内容的数据格式
- [[YouTube Channel ID]]YouTube频道唯一标识符
- [[channel_id]]URL参数用于构建YouTube RSS订阅源
## Key Entities
- [[YouTube]]视频平台移除了原生RSS按钮
- [[Chuck Carroll]]:文章作者
## Connections
- [[YouTube RSS]] ← 工具 ← [[RSS阅读器]]
- [[YouTube]] ← 获取方式 ← [[查看页面源代码]]
## Contradictions
- 与付费服务冲突:
- 冲突点是否需要付费服务获取YouTube RSS
- 当前观点:通过查看源代码免费获取
- 对方观点:需要注册第三方服务