33 lines
912 B
Markdown
33 lines
912 B
Markdown
---
|
||
title: "How to Get the RSS Feed For Any YouTube Channel"
|
||
type: source
|
||
tags: [youtube, RSS, automation]
|
||
date: 2025-10-10
|
||
---
|
||
|
||
## Source File
|
||
- [[raw/AI/How to Get the RSS Feed For Any YouTube Channel.md]]
|
||
|
||
## Summary
|
||
- 核心主题:获取YouTube频道RSS订阅源的方法
|
||
- 问题域:YouTube移除了页面上的RSS订阅按钮
|
||
- 方法/机制:通过查看页面源代码找到channel_id
|
||
- 结论/价值:在RSS阅读器中统一接收订阅内容
|
||
|
||
## Key Claims
|
||
- 访问YouTube频道页面,右键查看页面源代码
|
||
- 在源代码中搜索"channel_id="
|
||
- 找到格式为https://www.youtube.com/feeds/videos.xml?channel_id=的RSS链接
|
||
- 复制到RSS阅读器订阅
|
||
|
||
## Key Concepts
|
||
- [[RSS订阅]]:将YouTube频道内容聚合到阅读器
|
||
- [[YouTube RSS]]:通过channel_id获取频道订阅源
|
||
|
||
## Key Entities
|
||
|
||
## Connections
|
||
- [[YouTube]] ← provides ← [[RSS订阅]]
|
||
|
||
## Contradictions
|