feat(wiki): complete final batch 86 remaining raw files ingestion

This commit is contained in:
2026-04-14 21:13:54 +08:00
parent 36666fc9c4
commit 71222d9f2e
40 changed files with 1070 additions and 468 deletions

View File

@@ -1,7 +1,7 @@
---
title: "How to Get the RSS Feed For Any YouTube Channel"
type: source
tags: []
tags: [youtube, rss, 工具]
date: 2025-10-10
---
@@ -9,27 +9,28 @@ date: 2025-10-10
- [[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 链接
- 核心主题获取任意YouTube频道RSS订阅源的方法
- 问题域YouTube已移除页面上的RSS订阅按钮,用户如何获取频道RSS
- 方法/机制:通过查看页面源代码,搜索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>
- 此方法无需注册任何第三方服务,纯原生操作
- YouTube移除了页面RSS按钮因RSS使用户可不访问网站直接消费内容影响YouTube收益
- 正确方法:访问频道页面 → 右键查看页面源码 → 搜索"channel_id=" → 复制RSS Feed URL
- RSS Feed URL格式https://www.youtube.com/feeds/videos.xml?channel_id={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 按钮被移除的原因
> "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
- [[YouTube RSS]]通过 channel_id 拼接的 YouTube 视频 Atom/RSS 订阅格式
- [[YouTubeRSS]]YouTube频道的RSS订阅格式
- [[Channel ID]]YouTube频道的唯一标识符用于构建RSS Feed URL
## Key Entities
## Connections
- [[YouTube RSS]] ← obtained_by ← [[View Page Source]]
- [[YouTubeRSS]] ← 技术方法 ← YouTube频道订阅
- [[Channel ID]] ← 关键参数 ← YouTubeRSS
## Contradictions
-已知冲突
-明显冲突