Files
nexus/wiki/sources/youtube-rss-feed.md

37 lines
1.4 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: 2025-10-10
---
## Source File
- [[raw/AI/How to Get the RSS Feed For Any YouTube Channel.md]]
## Summary
- 核心主题获取任意YouTube频道RSS订阅源的方法
- 问题域YouTube已移除页面上的RSS订阅按钮用户如何获取频道RSS
- 方法/机制通过查看页面源代码搜索channel_id拼接RSS Feed URL
- 结论/价值无需注册第三方服务直接通过浏览器原生功能获取YouTube频道RSS
## Key Claims
- YouTube移除了页面RSS按钮因RSS使用户可不访问网站直接消费内容影响YouTube收益
- 正确方法:访问频道页面 → 右键查看页面源代码 → 搜索"channel_id=" → 复制RSS Feed URL
- RSS Feed URL格式https://www.youtube.com/feeds/videos.xml?channel_id={ID}
## 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" — Chuck Carroll
## Key Concepts
- [[YouTubeRSS]]YouTube频道的RSS订阅源格式
- [[Channel ID]]YouTube频道的唯一标识符用于构建RSS Feed URL
## Key Entities
## Connections
- [[YouTubeRSS]] ← 技术方法 ← YouTube频道订阅
- [[Channel ID]] ← 关键参数 ← YouTubeRSS
## Contradictions
- 无明显冲突