36 lines
1.4 KiB
Markdown
36 lines
1.4 KiB
Markdown
---
|
||
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
|
||
- 核心主题:获取任意 YouTube 频道 RSS 订阅源的方法
|
||
- 问题域:YouTube 关闭官方 RSS 订阅按钮后如何继续通过 RSS 阅读器获取频道更新
|
||
- 方法/机制:通过"查看页面源码"(View Page Source)找到 channel_id,拼接 RSS Feed URL
|
||
- 结论/价值:无需注册任何第三方服务,直接利用 YouTube 页面源码获取真实 RSS 链接
|
||
|
||
## Key Claims
|
||
- YouTube 已移除频道页面的 RSS 订阅按钮,用户无法直接获取 RSS 链接
|
||
- 获取方法:访问频道页面 → 右键查看页面源码 → 搜索 "channel_id=" → 拼接完整 RSS URL
|
||
- RSS Feed URL 格式:https://www.youtube.com/feeds/videos.xml?channel_id=<CHANNEL_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" — RSS 按钮被移除的原因
|
||
|
||
## Key Concepts
|
||
- [[YouTube RSS]]:通过 channel_id 拼接的 YouTube 视频 Atom/RSS 订阅格式
|
||
|
||
## Key Entities
|
||
|
||
## Connections
|
||
- [[YouTube RSS]] ← obtained_by ← [[View Page Source]]
|
||
|
||
## Contradictions
|
||
- 无已知冲突
|