48 lines
1.6 KiB
Markdown
48 lines
1.6 KiB
Markdown
---
|
||
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
|
||
- 当前观点:通过查看源代码免费获取
|
||
- 对方观点:需要注册第三方服务
|