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

33 lines
912 B
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, 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