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: "YouTube RSS Feed获取方法"
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
- 核心主题通过View Page Source获取任意YouTube频道RSS订阅链接的方法
- 问题域YouTube隐藏RSS订阅功能后的替代方案
- 方法/机制:访问频道页面 → 右键查看源码 → 搜索channel_id → 拼接RSS URL
- 结论/价值无需第三方服务直接获取YouTube频道RSS Feed用于RSS阅读器订阅
## Key Claims
- YouTube曾内置RSS订阅按钮已被移除以防止用户不访问网站
- 正确方法:访问频道页面(如 https://www.youtube.com/@LAWRENCESYSTEMS)→ 右键"View Page Source" → 搜索"channel_id=" → RSS URL格式为 https://www.youtube.com/feeds/videos.xml?channel_id=XXX
- 不需要注册任何第三方服务
## 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订阅格式
- [[RSS聚合]]通过RSS阅读器统一订阅内容
## Key Entities
- [[YouTube]]Google旗下视频平台
## Connections
- [[YouTube-RSS-Feed获取方法]] ← implements ← [[YouTubeRSS]]
## Contradictions
- 无冲突