37 lines
1.4 KiB
Markdown
37 lines
1.4 KiB
Markdown
---
|
||
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
|
||
- 无冲突
|