feat(wiki): ingest Cloud DevOps and Home Office sources batch

This commit is contained in:
2026-04-14 20:27:45 +08:00
parent b299ecf694
commit 189d98acd2
57 changed files with 2029 additions and 189 deletions

View File

@@ -1,7 +1,7 @@
---
title: "How to Get the RSS Feed For Any YouTube Channel"
type: source
tags: [youtube, RSS, automation]
tags: []
date: 2025-10-10
---
@@ -9,24 +9,27 @@ date: 2025-10-10
- [[raw/AI/How to Get the RSS Feed For Any YouTube Channel.md]]
## Summary
- 核心主题获取YouTube频道RSS订阅源的方法
- 问题域YouTube移除了页面上的RSS订阅按钮
- 方法/机制:通过查看页面源码找到channel_id
- 结论/价值:在RSS阅读器中统一接收订阅内容
- 核心主题:获取任意 YouTube 频道 RSS 订阅源的方法
- 问题域YouTube 关闭官方 RSS 订阅按钮后如何继续通过 RSS 阅读器获取频道更新
- 方法/机制:通过"查看页面源码"View Page Source找到 channel_id,拼接 RSS Feed URL
- 结论/价值:无需注册任何第三方服务,直接利用 YouTube 页面源码获取真实 RSS 链接
## Key Claims
- 访问YouTube频道页面,右键查看页面源代码
- 在源代码中搜索"channel_id="
- 找到格式https://www.youtube.com/feeds/videos.xml?channel_id=的RSS链接
- 复制到RSS阅读器订阅
- YouTube 已移除频道页面的 RSS 订阅按钮,用户无法直接获取 RSS 链接
- 获取方法:访问频道页面 → 右键查看页面源码 → 搜索 "channel_id=" → 拼接完整 RSS URL
- RSS Feed URL 格式https://www.youtube.com/feeds/videos.xml?channel_id=<CHANNEL_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 按钮被移除的原因
## Key Concepts
- [[RSS订阅]]将YouTube频道内容聚合到阅读器
- [[YouTube RSS]]通过channel_id获取频道订阅源
- [[YouTube RSS]]通过 channel_id 拼接的 YouTube 视频 Atom/RSS 订阅格式
## Key Entities
## Connections
- [[YouTube]] ← provides ← [[RSS订阅]]
- [[YouTube RSS]] ← obtained_by ← [[View Page Source]]
## Contradictions
- 无已知冲突